Re: [iText-questions] Changing colors of graphics and text in imported PDFs

2014-01-15 Thread Jon Wu
rary (which can be licensed for server use) includes color > management functionality. > > Leonard > > From: Jon Wu > Reply-To: Post here > Date: Wednesday, January 15, 2014 8:12 PM > > To: Post here > Subject: Re: [iText-questions] Changing colors of graphics and tex

Re: [iText-questions] Changing colors of graphics and text in imported PDFs

2014-01-15 Thread Jon Wu
out? > > and you probably need to find all the places that content can exist in a > PDF, which isn't just a single stream. > > Leonard > > From: Jon Wu > Reply-To: Post here > Date: Wednesday, January 15, 2014 11:49 AM > To: Post here > Subject: Re: [

Re: [iText-questions] Changing colors of graphics and text in imported PDFs

2014-01-15 Thread Jon Wu
5, 2014 at 1:59 AM, Leonard Rosenthol wrote: > Can you do this with iText? Yes. HOWEVER it is going to require you to > have a VERY DEEP understanding of PDF and Color Management/Science. > > Leonard > > From: Jon Wu > Reply-To: Post here > Date: Wednesday, January

[iText-questions] Changing colors of graphics and text in imported PDFs

2014-01-15 Thread Jon Wu
Hi, I'm trying to find a way to manipulate the colors in existing PDFs. I saw some similar questions asked 6 or more years ago and I'm not sure if things have changed. Imagine I have a design that started in Adobe Illustrator with text and graphics and there are 5 distinct colors used in the desi

[iText-questions] add bookmark to merged documents

2013-10-03 Thread Jon Jay
Hi, I'm trying to concatenate some pdf files(containing images) into a single file and trying to create a bookmark to it. The source pdfs have no bookmark. I'm using PdfCopy writer object. I used concat_pdf.java from iText tutorial. The files being concatenated. but no bookmark. I started writ

[iText-questions] Email created PDF

2013-09-29 Thread Jon Jay
Hi All, I am trying to email the PDF that I just created and I am lost now as to how to proceed. I am merging the PDFs and then writing it to a file. This newly created file needs to be emailed, if the merged.pdf page count is more than 20 pages. here is the two piece of code one for merging a

[iText-questions] Add Bookmark to exisitng PDF

2013-09-25 Thread Jon Jay
Hello All, Does anyone have a code sample of how to add bookmarks to the existing PDFs? I have a code to merge the existing PDF but finding it difficult to add bookmarks. The bookmarks need to be added before the PDfs are merged ? Any help would be appreciated. There are 2 pages in annual pdf fil

Re: [iText-questions] Rotating a pargraph an absolute number of degrees

2013-03-14 Thread Jon Wu
neTransform af = new AffineTransform(); af.rotate(textBox.getRotationDegrees() * Math.PI / 180.0, textBox.getX() + textBox.getWidth() / 2, textBox.getY() - textBox.getHeight() / 2); cb.transform(af); ct.go(); cb.restoreState(); Hope that helps, Jon On Thu, Mar 14, 2013 at 9:46 AM, Carlos Ar

[iText-questions] Unsubscribe

2011-02-18 Thread Jon Rowlan
I have tried a number of times to remove myself from this list to no avail. Can a sysop please oblige. Many thanks and all the best iText people, thanks for your help. jON -- The ultimate all-in-one

Re: [iText-questions] Convert VB Tutorials to VS2005 andVS2010iTextSharp

2011-02-15 Thread Jon Rowlan
I'll take alook Paulo, many thanks for replying jON From: Paulo Soares [mailto:psoa...@glintt.com] Sent: 15 February 2011 21:19 To: Post all your questions about iText here Subject: Re: [iText-questions] Convert VB Tutorials to VS2005 andVS2010iTextSharp There were a lot of ch

[iText-questions] Convert VB Tutorials to VS2005 and VS2010 iTextSharp

2011-02-15 Thread Jon Rowlan
27;t compile the tutorial. Many thanks all, jON -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security d

Re: [iText-questions] PDF tags used for accessibility to XML

2010-10-25 Thread Gunderson, Jon R
g valid XML when a PDF tag includes a space. The space character would ideally be replaced with a "-" character to be compatible with the Adobe Acrobat Pro Save As XML feature. Jon -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Wednesday, September 29, 20

Re: [iText-questions] PDF tags used for accessibility to XML

2010-09-28 Thread Gunderson, Jon R
What type of feedback do you need to make the experimental feature more stable? Test files? Jon Jon Gunderson, Ph.D. Coordinator Information Technology Accessibility Disability Resources and Educational Services Rehabilitation Education Center Room 86 1207 S. Oak Street Champaign, Illinois

[iText-questions] PDF tags used for accessibility to XML

2010-09-28 Thread Gunderson, Jon R
Is there a way to use iText to get the PDF tags used for accessibility to output to an XML file, similar to the File -> Export to XML feature found in Adobe Acrobat Professional? Jon Jon Gunderson, Ph.D. Coordinator Information Technology Accessibility Disability Resources and Educatio

[iText-questions] Managing PDF attachments with iText

2009-01-28 Thread Jon Doe
I am working on an utility that automates the generation of PDF files with attachments using the iText Java library. So far, I can honsetly say using iText has saved me a bunch of time and effort. However, I ran into a bit of a snag this week related to removing and/or overwriting attachments with

[iText-questions] Copy form fields from one document to another

2007-08-03 Thread Jon Radon
without form fields. Is there a way to copy the form fields from A to B? Thanks, Jon - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and confi

Re: [iText-questions] XFA PDF Document level javascript

2007-07-16 Thread Jon Radon
FYI - I was able to fix this by using the stamper.getWriter() function and then using the returned writer to add an open action w/JavaScript. On 7/11/07, Jon Radon <[EMAIL PROTECTED]> wrote: Got it. It seems like Adobe documented the change in 7.x and then actually made the change

Re: [iText-questions] XFA PDF Document level javascript

2007-07-11 Thread Jon Radon
runs without the error. However, all my XFA PDFs give the NotAllowedError. Any idea why the two give different results? Thanks, Jon On 7/11/07, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: You are misunderstanding... The JavaScript that you are using is calling a method that is not p

Re: [iText-questions] XFA PDF Document level javascript

2007-07-11 Thread Jon Radon
oving them? Thanks, Jon On 7/11/07, Leonard Rosenthol <[EMAIL PROTECTED]> wrote: The error seems pretty self-explanatory... Whatever method you are doing is not allowed due to the (lack of) security/authenticity on the document... Leonard On Jul 11, 2007, at 9:50 PM, Jon Radon wrote: >

[iText-questions] XFA PDF Document level javascript

2007-07-11 Thread Jon Radon
I have an XFA PDF that I'm attempting to embed document level JavaScript into using PdfStamper. The PDF was generated from an XDP by our Adobe Form Server. All of this works fine with Acrobat 7.x, but when loading the XFA PDF in Acrobat 8.x I get the following error. "NotAllowedError: Security

[iText-questions] Converting a System.Web.UI.WebControls.Table to a PdfPTable

2007-07-10 Thread Jon Ege Ronnenberg
. If not I have a lot of coding to do :-( Any help is greatly appreciated! - Jon - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits.

Re: [iText-questions] Formfield Placement Within Nested Table

2006-11-15 Thread Jon Galentine
An update on this…when using relative widths the cell alignment is correct however this causes the form field to stretch which is not the desired effect.  Any help on this would be greatly appreciated.   From: Jon Galentine Sent: Tuesday, November 14, 2006 9:43 AM To: '

[iText-questions] PdfFormField expands across entire cell

2006-09-20 Thread Jon Galentine
advance for your time.   Best Regards,   Jon Galentine     float[] widths = { 0.30f, 0.70f }; PdfPTable fieldTable = new PdfPTable(widths);   RadioCheckField bt = new RadioCheckField(writer, new Rectangle(10, 10, 20, 20), idAtt, value); bt.setCheckType(RadioCheckField.TYPE_CIRCLE

[iText-questions] MultiColumnText question

2005-05-24 Thread Jon Hoffman
I'm new ;) So, if I use MultiColumnText without setting height (AUTOMATIC) my columns respect my pre-existing headers but not footers. If I manually define the height, I'm not sure how to do the looping required. I see from the tutorial a hasMoreText() method but I don't find that in my 1.3 vers

[iText-questions] RtfWriter2 and fitspage() - I beleive I know RTF markup/tag needed

2005-02-16 Thread Jon Strabala
cell (or better yet a set of rows) in a table to have this \keepn formating when I make RTF tables in iTEXT. Regards, Jon A. Strabala [EMAIL PROTECTED] - posting below - From: bruno lowagie.com> Subject: Re: RtfWriter2 and fitspage() Newsgro

Re: [iText-questions] Font problem

2004-01-14 Thread Jon Anderson
On Wednesday 14 January 2004 2:55 pm, Jon Anderson wrote: > I'm using iText to output both RTF and PDF. When I use bold or italic > fonts, i.e Font bold = FontFactory.getFont(FontFactory.COURIER, 10, > Font.BOLD ), it doesn't seem to be written to the RTF file (or HTML, for &

[iText-questions] Font problem

2004-01-14 Thread Jon Anderson
RTF writer? Thanks, Jon --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.pe

[iText-questions] RE: xml to pdf: two simples problems

2003-10-17 Thread Jon
Paulo Soares wrote: > > >> -Original Message- >> From:Jon [SMTP:[EMAIL PROTECTED] >> Sent:Thursday, October 16, 2003 15:03 >> To: [EMAIL PROTECTED] >> Subject: [iText-questions] xml to pdf: two simples problems >> >>

[iText-questions] xml to pdf: two simples problems

2003-10-16 Thread Jon
work, but how can I force the font to be embedded in the pdf ? Any help would be appreciated ! Jon --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have

[iText-questions] First Section in Chapter not displaying Chapter Number

2003-08-01 Thread Jon French
anyway for the first section numberDepth to display as "10.1" instead of "1"? Thanks, Jon French [EMAIL PROTECTED] 970-226-9290 --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-co

Re: [iText-questions] Anchors ignore concatCTM?

2003-06-15 Thread Jon Priddey
you prefer. Best Regards, Jon Paulo Soares wrote: The anchors are always referenced to the page in the default user space independently on what the content or transformation is. It's impossible to keep track of the transformation, there's simply too many places where it can be changed.