[Podofo-users] Issue with Font Size

2016-05-17 Thread Dineshkumar Ramalingam
Hi, I am having issues with PoDoFo(0.9.3) font size. Here, font size is not updating with default value 12 always even I set into pdfpainter font. doc->Load("Input.pdf"); PdfRect rect(100, 300, 36, 200); PdfPage *page = doc->GetPage(0); PdfPainter painter; painter.SetPage(page); PdfEncoding

Re: [Podofo-users] TTC Font Support

2016-02-03 Thread Dineshkumar Ramalingam
: Jaseem Ali K T Sent: 03 February 2016 14:55 To: Dineshkumar Ramalingam Subject: FW: [Podofo-users] TTC Font Support -Original Message- From: zyx [mailto:z...@litepdf.cz] Sent: 29 January 2016 20:05 To: podofo-users@lists.sourceforge.net Subject: Re: [Podofo-users] TTC Font Support On Fri

[Podofo-users] Issues with Building PoDoFo 0.9.3 version

2015-06-29 Thread Dineshkumar Ramalingam
Hi, Currently we are using PoDoFo version 0.9.1.14. We are having issues with painting Japanese characters to PDF file. So we are planning to move to PoDoFo version 0.9.3. We are trying to build PoDoFo source by using CMake file. We have used below batch file to build the PoDoFo library:

Re: [Podofo-users] Get JP characters from PDF

2015-06-22 Thread Dineshkumar Ramalingam
On Mon, 2015-06-22 at 15:24 +, Dineshkumar Ramalingam wrote: Hi, We are getting Ú0ü0¸0 while painting. We have tries with UTF-8, but we are getting like ã…ㅼㇸ 2. Encoding used: new PdfIdentityEncoding( 0, 0x, true ) as mentioned CreationTest.cpp Hi, it's weird

Re: [Podofo-users] Get JP characters from PDF

2015-06-22 Thread Dineshkumar Ramalingam
pdf_utf8*( std::wstring.c_str())); We want to draw this unicode characters in PDF file. Kindly help us to resolve this issue. Regards, Dinesh From: Dineshkumar Ramalingam Sent: 17 June 2015 18:31 To: 'podofo-users@lists.sourceforge.net' Subject: RE: Get JP characters from PDF I tried to get

Re: [Podofo-users] Get JP characters from PDF

2015-06-22 Thread Dineshkumar Ramalingam
@lists.sourceforge.net Subject: Re: [Podofo-users] Get JP characters from PDF On Mon, 2015-06-22 at 06:47 +, Dineshkumar Ramalingam wrote: Hi, We can able to get the Unicode string by using ‘GetStringW()’ method. It returns ‘std::wstring’. But if we try to convert ‘std::wstring

Re: [Podofo-users] Get JP characters from PDF

2015-06-17 Thread Dineshkumar Ramalingam
I tried to get the string by GetStringUtf8, but it's not giving actual. From: Dineshkumar Ramalingam Sent: 17 June 2015 18:09 To: 'podofo-users@lists.sourceforge.net' Subject: Get JP characters from PDF Hi, Here I am trying to get Japanese characters from bookmark title. But it is not giving

[Podofo-users] PDF file size is increasing after adding PdfFont

2015-06-16 Thread Dineshkumar Ramalingam
Hi, My PDF file size is getting increased after creating/embedding font to the document. Code which we used: PdfMemDocument mDoc(D\\4_page_bw_bookmark.pdf); mDoc.CreateFont(Arial Unicode MS); mDoc.Write(D:\\output_pdf.pdf); Input PDF Size: 7.84 KB After adding font: 14.4 MB This result is not

[Podofo-users] Reg: Draw Text with Transformation Matrix

2015-05-18 Thread Dineshkumar Ramalingam
Hi, Here I am trying to add text with transformation matrix. PdfMemDocument mDoc; PdfPainter *pdfPainter = new PdfPainter();; PdfPage *pdfPage; mDoc.Load(..\\..\\..\\input\\10 pages.pdf); pdfPage = mDoc.GetPage(0); PdfRect pageRect = pdfPage-GetMediaBox();

Re: [Podofo-users] Reg: Retrieve Bookmarks from PDF in PoDoFo

2015-05-12 Thread Dineshkumar Ramalingam
: Dineshkumar Ramalingam Sent: 11 May 2015 11:04 To: 'podofo-users@lists.sourceforge.net' Subject: RE: Reg: Retrieve Bookmarks from PDF in PoDoFo Hi, I have tries with below podof - pdfinfo code: In input pdf file, all outlines are having actions instead of destination. void OutputOutlines(std

Re: [Podofo-users] Reg: Retrieve Bookmarks from PDF in PoDoFo

2015-05-10 Thread Dineshkumar Ramalingam
() ) OutputOutlines( sOutStream, pItem-Next(), level ); } My pdf content: 62 0 obj /A 63 0 R/Parent 60 0 R/Prev 61 0 R/Title(Topic2) endobj 63 0 obj /D[9 0 R/FitH 847]/S/GoTo endobj What is wrong with above my code ? Regards, Dinesh From: Dineshkumar Ramalingam Sent: 09 May 2015 15:28 To: 'podofo-users

[Podofo-users] Reg: Retrieve Bookmarks from PDF in PoDoFo

2015-05-09 Thread Dineshkumar Ramalingam
Hi, I am new to the PoDoFo library. Here I am getting bookmark information from PDF file by using PoDoFo Library, but I don't know how to get destination details from pdfDestination/pdfAction object. PdfMemDocument *pdfDoc = new PdfMemDocument(C:\\Users\\dineshkumar.r\\Documents\\Bookmarks -