Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Dominik Seichter
Is there a font file for italic Helvetica on your system? On Tue, Sep 4, 2012 at 8:44 PM, Ismael Schellemberg isma...@gmail.com wrote: is there a reason why a font wouldn't be bold or italic when created like this?: PdfFont *font = document-CreateFont(Helvetica, true, true); font-IsBold()

Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Leonard Rosenthol
Because Helvetica is NOT a bold or italic font face. If you want the bold version, you need Helvetica Bold. If you want the italic version, you need Helvetica Italic. Leonard From: Ismael Schellemberg [mailto:isma...@gmail.com] Sent: Tuesday, September 04, 2012 2:44 PM To:

Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Ismael Schellemberg
I've tried Helvetica Bold but it returns nil also tried Helvetica-Bold, but it's the same as Helvetica I think i'll just go without bold, thanks for your help anyway :) On 05/09/2012, at 08:30, Leonard Rosenthol lrose...@adobe.com wrote: Because Helvetica is NOT a bold or italic font face. If

Re: [Podofo-users] bold/italic fonts

2012-09-05 Thread Ismael Schellemberg
I'm pretty sure there is (building this for iOS), but it's eluding me for some reason I tried Helvetica Bold, Helvetica-Bold, but nothing, i think i'll just go without bold ... thanks anyway :) On 05/09/2012, at 04:54, Dominik Seichter domseich...@googlemail.com wrote: Is there a font file

Re: [Podofo-users] Digital Signature Appearance

2012-09-05 Thread Ugo Chirico
I solved! I made several modifications to podofo to correctly support digital signature (PAdES) as stated in ISO32000, such as incremental updates, signature appearance, and so on. Now I can digitally sign a pdf in any way, including multiple signatures. I was

[Podofo-users] Custom metadata in the Document Information Dictionary

2012-09-05 Thread James McGill
Hi, Would it be possible to make PdfInfo::GetStringFromInfoDict public? And would it make sense to do so. My understanding of the PDF Reference suggests custom user metadata may be read/written into the Information Dictionary as long as it is just a text string. I have a requirement for reading

Re: [Podofo-users] Custom metadata in the Document Information Dictionary

2012-09-05 Thread Leonard Rosenthol
Yes it's allowed, though not recommended. It's much better to use XMP instead. Leonard From: James McGill [mailto:james.mcgill...@gmail.com] Sent: Wednesday, September 05, 2012 11:44 AM To: podofo-users@lists.sourceforge.net Subject: [Podofo-users] Custom metadata in the Document Information