[iText-questions] Filling White Space of PdfPCells With Character Multiple Times

2011-07-20 Thread Mike Rothschild
Hi, I've built a Table of Contents within a two-column Table where first column is the Chapter name and the second column is the page number. Currently it looks like: Sometext 1 Somethingsomething 2 This is fine, but I am trying to ma

[iText-questions] Text Extraction with TABs instead of spaces

2011-07-20 Thread Dániel Kékesi
Dear All, I am using iTextSharp in my application and found its text extraction capabilities excellent. I am facing a problem though. I use the PdfTextExtractor.GetTextFromPage method but it returns text pieces that are far apart separated by a singl

Re: [iText-questions] Is it possible to rotate a PDF page using PDFDictionary in angles other than 90, 180 or 270?

2011-07-20 Thread Leonard Rosenthol
No, you can't modify the Page itself. For something like this, you need to change the rotation of the page's CONTENT (by adding a transformation go the content stream). On 7/20/11 2:20 PM, "Seetha Arul" wrote: >I have used the PDFDictionary to successfully rotate the pages to 90, 180 >or 270 d

[iText-questions] Is it possible to rotate a PDF page using PDFDictionary in angles other than 90, 180 or 270?

2011-07-20 Thread Seetha Arul
I have used the PDFDictionary to successfully rotate the pages to 90, 180 or 270 degrees. How can I rotate it to something like 15 degrees? I am trying to use some Hough Transformation Algorithm to detect the skew of the page and want to be able to correct the angle of the page by the outcome of

[iText-questions] (no subject)

2011-07-20 Thread William Bell
    Regards William William Bell T: 07795 463646 E: wrb...@btinternet.com-- 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & D

Re: [iText-questions] Anything like "getTextRotation"?

2011-07-20 Thread Petter Brox
Found it at the ADOBE website. Now I'll have something to read during the weekend... Thank you, Leonard. Pedro -- El 20/07/2011, a las 15:30, Leonard Rosenthol escribió: > You REALLY need to grab a copy of the PDF standard (ISO 32000-1:2008) > before you proceed any

Re: [iText-questions] HELP NEEDED - box drawing characters notdisplayed

2011-07-20 Thread viral
Thanks. Using ARIALUNI.TTF   And this encoding : BaseFont.IDENTITY_H   Solved the problem.   cb.setFontAndSize(BaseFont.createFont("fonts/times.ttf", BaseFont.IDENTITY_H, false), 14);   I used times.ttf from windows fonts and works also fine. So this means pdf BaseFont.TIMES_ROMAN is different th

Re: [iText-questions] Anything like "getTextRotation"?

2011-07-20 Thread Leonard Rosenthol
You REALLY need to grab a copy of the PDF standard (ISO 32000-1:2008) before you proceed any further!!! That will explain all the various tokens, what they means and how to use them... Leonard On 7/20/11 9:18 AM, "Petter Brox" wrote: >OK, I'll try to answer my own question. > >I've been looki

Re: [iText-questions] Anything like "getTextRotation"?

2011-07-20 Thread Petter Brox
OK, I'll try to answer my own question. I've been looking into the structure of PDFs while playing around with the "InspectPageContent" example from chapter 15. Font size, position, etc. seems to be defined by a group of tokens like "Tf 12 0 0 12", where "12" defines font size (width and height

Re: [iText-questions] HELP NEEDED - box drawing characters not displayed

2011-07-20 Thread 1T3XT BVBA
On 20/07/2011 13:13, viral wrote: > Can you help me ? Only if you have a font that knows about these characters: http://support.itextpdf.com/node/25 http://support.itextpdf.com/node/75 -- 10 Tips for Better Web Security Le

[iText-questions] HELP NEEDED - box drawing characters not displayed

2011-07-20 Thread viral
Hi. Welcome all (my first mail here). I am strugling with this problem. I want to print characters so called box-drawing characters like in old DOS programs : http://en.wikipedia.org/wiki/Box-drawing_characters   All of them should be present in code page 437 http://en.wikipedia.org/wiki/Code_page

[iText-questions] Problem in HtmlWorker.ParseToList() method in iTextSharp Version:4.1.2.0

2011-07-20 Thread srikantk . sahu
Dear Sir,   Currently I am using iTextSharp Version:4.1.2.0 for Html to PDF conversion in my project.The problem that I am facing is that id there is an html tag which is not ended properly then ParseToList(string,stylesheet) method is not handling it in c#.  EX: "". This is going to break

[iText-questions] Problem in HtmlWorker.ParseToList() method in iTextSharp Version:4.1.2.0

2011-07-20 Thread srikantk . sahu
To: itext-questions@lists.sourceforge.netFrom: Srikantk Sahu/HYD/TCSDate: 07/20/2011 02:55PMSubject: Problem in HtmlWorker.ParseToList() method in iTextSharp Version:4.1.2.0Dear Sir,   Currently I am using iTextSharp Version:4.1.2.0 for Html to PDF conversion in my project.The problem that