[iText-questions] ItextSharp Winrt

2014-12-18 Thread Julien Duprat
help. Julien DUPRAT. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sh

[iText-questions] Embedding Color Profile in PDF using pdfwriter

2013-04-23 Thread Julien Garcia Gonzalez
graph("Hello World", font)); // step 5 document.close(); } Thank you in advance, Regards, Julien Garcia Gonzalez -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is th

[iText-questions] Signature Image is sometimes scaled down twice in 5.4.0 and trunk

2013-03-26 Thread Julien Faissolle
nt = width / img.getWidth() * 100; //img.scalePercent(scalePercent); - float scalePercent = width / img.getWidth(); + float scalePercent = width / img.getScaledWidth(); ck.setImageScalePercentage(scalePercent); charWidth = width

Re: [iText-questions] Signing PDF with Belgian EID card: issuing certificates missing from path

2011-02-25 Thread Vroonen Julien
"Belgium Root CA" to trusted identities ; which solves the problem "once for all". Regards, Julien Julien Vroonen - j.vroo...@nsi-sa.be Business Analyst NSI IT Software & Services Chaussée de Bruxelles, 174 A B-4340 Awans Tél. Direct : +32 (0)4 239 91 60 Tél. Génér

[iText-questions] PDF Signature : validity unknown - belgium eid : Signature problem in a PDF, with a certificate chain (MyCertificate -> CitizenCA -> BelgiumRootCA)

2010-12-29 Thread Vroonen Julien
. Why is “point 3” necessary ? I can understand (the users could accept) the necessity of “point 2”, but I can NOT ask every user to do the same with every existing “Citizen CA”. Any help, suggestion, explanation is welcome! Best regards, Julien. Julien Vroonen - j.vroo...@nsi-sa.be

[iText-questions] PDF signature

2010-05-28 Thread Julien zitoune
s you, Julien Hotmail : un service de messagerie gratuit, fiable et complet Profitez-en _ Hotmail : un service de messagerie gratuit, f

[iText-questions] URGENT : PDF signature

2010-05-21 Thread Julien zitoune
So please could you help me, have you some documents explaining concretely what I have to do to sign PDF ? Thanks you, Julien _ Hotmail : un service de messagerie gratuit,

[iText-questions] Thanks for all. [Question about Itext]

2008-04-22 Thread Julien gauthier
Hello, my name is Julien Gauthier, i french. I first awnt to thank you for your fabulous Api. I have a question. I have discovered your class JTextpanetoPdf in your 12th chapter. This class work very fine but the result is only printed (in the pdf file) in one page. If my Jtextpane is too long

[iText-questions] Barcodes and writing the code

2008-04-21 Thread Julien T
Hello, I have to write some barcodes in my PDF files, I already placed and sized the barcodes... But I have problems to write the code of the barcode the part of my code for inserting Barcode is like this : Barcode128 code128 = new Barcode128(); code128.setCode(Datas); code128.setCodeType(Barc

Re: [iText-questions] Inserting datamatrix

2008-04-14 Thread Julien T
Thanks for your help, Another problem with Datamatrix ... BarcodeDatamatrix datamatrixBarCode = new BarcodeDatamatrix(); datamatrixBarCode.setOptions(BarcodeDatamatrix.DM_AUTO); datamatrixBarCode.setHeight(14); datamatrixBarCode.setWidth(14); datamatrixBarCode.generate(MyDatamatrixCode); com.lo

[iText-questions] Inserting datamatrix

2008-04-14 Thread Julien T
Hello, I have ton insert some datamatrix in a PDF my company bought a font to convert the code into a datamatrix so I have (in the code of the current page) content = stamp.getOverContent(ActualPage); content.saveState(); BaseFont bf = BaseFont.createFont("c:/windows/fonts/MW6Matrix.TTF", Ba

Re: [iText-questions] Insert Image at page x

2008-04-01 Thread Julien T
Thanks for your help... As you probably noted, I'm not devlopper since a long time ... So it wasn't really easy to learn about java and itext functions at the same time :) Thanks again for your help -- View this message in context: http://www.nabble.com/Insert-Image-at-page-x-tp16271928p164

Re: [iText-questions] Insert Image at page x

2008-03-31 Thread Julien T
Thanks for your answer, the number of page is not constant (so i use reader.getNumberOfPages() ) I read my XML file getting info of the first page, then I want to insert OMR and read info about page two ... ect ... (only open one time my XML and my PDF files to gain time) each OMR as some proper

Re: [iText-questions] Insert Image at page x

2008-03-31 Thread Julien T
Hello again, So i learn a little more about java. I made some classes to get values from an XML File, I started to read and to use Itext, I already have some difficulties ... In my program I'm reading an XML File, I get values to write OMR mark on a PDF. I get the values page per page (my PDF f

[iText-questions] Writing direct RTF code using iText

2008-03-26 Thread GORDENNE Julien
ped so the rtf tags are written reportDoc.add(myTable); . . . Thank you for helping me to solve this problem. Julien Gordenne - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services

Re: [iText-questions] Insert Image at page x

2008-03-25 Thread Julien T
Sure, it won't compile, i only want to know how can I fill this part of my code to insert image at a page of my choice, is there a function to set the current page ? Thanks for your answer -- View this message in context: http://www.nabble.com/Insert-Image-at-page-x-tp16271928p16274768.html S

[iText-questions] Insert Image at page x

2008-03-25 Thread Julien T
Hello there, I need to insert some images (into right margin) in each pages of my PDF documents ... I don't really know JAVA language, but i think this would work ... but ... where the page is noted ?? PdfReader reader = new PdfReader("HelloWorld.pdf"); PdfStamper stamper = new PdfStamper(reader

[iText-questions] RTF : put style in a line where there is an image

2007-03-13 Thread Julien
when in my test , I must code like this : Chunk chunk = new Chunk(word1,Style); Paragraphe para = new Paragraph(chunk); But like this, I can't put an another word in the paragraph, if I do, word1 and word2 have the good font but not the good style! Have you got an idea ? thank's Rega

[iText-questions] RTF : table and page number in HeaderFooter

2007-03-12 Thread Julien
table ) thank's Julien - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys

[iText-questions] RTF : Image in a background of a Cell

2007-03-12 Thread Julien
Hello every body I would like to put an image to the background of a cell in a table (in a Rtf document) Is it possible ? Thank's Regards Julien - Take Surveys. Earn Cash. Influence the Future of IT

[iText-questions] Alignment and color of a line

2007-03-07 Thread Julien
line (and not only on the words). - I would like that the text was in the middle of the line ... Dou you know if it's possible ? Thank's regards Julien - Take Surveys. Earn Cash. Influence the Future of IT Jo

Re: [iText-questions] Merging PDF/A documents to output also PDF/A

2006-11-12 Thread Beck Julien
Title: Message Thanks for your answer. I think we'll then use some PDF/A converter tool in our workflow to work around this issue.   Julien. -- Julien Beck - ConsultantELCA - www.elca.chAv. de la Harpe 22-24 / Case postale 519 / CH - 1001 Lausannemailto:[EMAIL PROTECTED] / Tel: +41 2

[iText-questions] Merging PDF/A documents to output also PDF/A

2006-11-09 Thread Beck Julien
the trailer and indeed the document has no more ID (the output_2)   The question thus is: do you have an idea of what goes wrong or what is wrong in the steps described above ?   If you have any other information about how to keep PDF/A conformance, it would be a huge help.   Thanks

[iText-questions] Create Read-only PDF

2005-03-07 Thread Julien Sebrien
Hello, I'm using itext to fill form fields contained in a "template" pdf file. My fields are filled properly but i would like to make my resulting pdf file as read-only (the final user must not modify the pdf content). Is-it possible using itext? Regards,