Click here to Skip to main content
15,924,935 members
Home / Discussions / C#
   

C#

 
Generala FUNCTION 2 CALCULATE SECONDS since time struck 12 Pin
compu2rbloo28-Sep-04 18:50
compu2rbloo28-Sep-04 18:50 
GeneralRe: a FUNCTION 2 CALCULATE SECONDS since time struck 12 Pin
Rein Hillmann28-Sep-04 21:15
Rein Hillmann28-Sep-04 21:15 
GeneralRe: a FUNCTION 2 CALCULATE SECONDS since time struck 12 Pin
Stefan Troschuetz28-Sep-04 21:21
Stefan Troschuetz28-Sep-04 21:21 
GeneralRe: a FUNCTION 2 CALCULATE SECONDS since time struck 12 Pin
compu2rbloo29-Sep-04 18:55
compu2rbloo29-Sep-04 18:55 
GeneralRe: a FUNCTION 2 CALCULATE SECONDS since time struck 12 Pin
Gavin Jeffrey29-Sep-04 20:32
Gavin Jeffrey29-Sep-04 20:32 
Generalpdf text manipulation Pin
Naga Sudha28-Sep-04 18:43
Naga Sudha28-Sep-04 18:43 
GeneralRe: pdf text manipulation Pin
Heath Stewart29-Sep-04 6:01
protectorHeath Stewart29-Sep-04 6:01 
GeneralRe: pdf text manipulation Pin
Jon G29-Sep-04 6:12
Jon G29-Sep-04 6:12 
iTextSharp does not provide an option to EDIT an existing pdf file.

Here is a quote from their tutorial:

You can't 'parse' an existing PDF file using iText, you can only 'read' it page per page.
What does this mean?
The pdf format is just a canvas where text and graphics are placed without any structure information. As such there aren't any 'iText-objects' in a PDF file. In each page there will probably be a number of 'Strings', but you can't reconstruct a phrase or a paragraph using these strings. There are probably a number of lines drawn, but you can't retrieve a Table-object based on these lines. In short: parsing the content of a PDF-file is NOT POSSIBLE with iText. Post your question on the newsgroup news://comp.text.pdf and maybe you will get some answers from people that have built tools that can parse PDF and extract some of its contents, but don't expect tools that will perform a bullet-proof conversion to structured text.


Also,

What iText DOES provide is the possibility to READ a PDF document and copy an entire page of this file into the PDF file you are constructing from scratch. This can be useful if you want to create a new document based on (an) existing document(s). You can add a Watermark, pagenumbers,...



You may want to check out http://itextsharp.sourceforge.net/tutorial/ch01.html[^]

Jon G
www.Gizmocoder.com
GeneralE-Commerce Pin
The_Soul_Of_Rock28-Sep-04 17:29
The_Soul_Of_Rock28-Sep-04 17:29 
GeneralRe: E-Commerce Pin
Werdna29-Sep-04 2:47
Werdna29-Sep-04 2:47 
GeneralEdit excel text box using C# Pin
manishoz28-Sep-04 14:40
manishoz28-Sep-04 14:40 
Generaliterating through xml created from a spreadsheet Pin
wend28-Sep-04 12:51
wend28-Sep-04 12:51 
GeneralRe: iterating through xml created from a spreadsheet Pin
Heath Stewart28-Sep-04 13:11
protectorHeath Stewart28-Sep-04 13:11 
QuestionOutlook sync component? Pin
cmkWildsky28-Sep-04 11:53
cmkWildsky28-Sep-04 11:53 
AnswerRe: Outlook sync component? Pin
Heath Stewart28-Sep-04 13:12
protectorHeath Stewart28-Sep-04 13:12 
GeneralC# COM object to TLB generation problem Pin
Werdna28-Sep-04 10:35
Werdna28-Sep-04 10:35 
GeneralRe: C# COM object to TLB generation problem Pin
Heath Stewart28-Sep-04 15:41
protectorHeath Stewart28-Sep-04 15:41 
GeneralRe: C# COM object to TLB generation problem Pin
Werdna28-Sep-04 16:00
Werdna28-Sep-04 16:00 
GeneralRe: C# COM object to TLB generation problem Pin
Heath Stewart28-Sep-04 18:34
protectorHeath Stewart28-Sep-04 18:34 
GeneralRe: C# COM object to TLB generation problem Pin
Werdna29-Sep-04 4:33
Werdna29-Sep-04 4:33 
GeneralRe: C# COM object to TLB generation problem Pin
Heath Stewart29-Sep-04 5:51
protectorHeath Stewart29-Sep-04 5:51 
GeneralRe: C# COM object to TLB generation problem Pin
Werdna29-Sep-04 6:17
Werdna29-Sep-04 6:17 
GeneralToolBar That Doesn't Move Pin
MarkMokris28-Sep-04 10:04
MarkMokris28-Sep-04 10:04 
GeneralRe: ToolBar That Doesn't Move Pin
Brian Nottingham28-Sep-04 10:28
Brian Nottingham28-Sep-04 10:28 
GeneralRe: ToolBar That Doesn't Move Pin
MarkMokris28-Sep-04 10:44
MarkMokris28-Sep-04 10:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.