Re: [iText-questions] Layers?

2003-03-17 Thread Leonard Rosenthol
-- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) 215-6

[iText-questions] iTextSharp

2003-03-17 Thread Leonard Rosenthol
Someone just told me about this, so I thought I'd pass it along here as well.. Check out the new port of the open-source iText Java library to .NET: http://sourceforge.net/projects/itextsharp/ Leonard -- --- Leonard Rose

Re: [iText-questions] Header info - can do without unicode?

2003-03-17 Thread Leonard Rosenthol
those fields can be either PDDocEncoding OR Unicode, placing them into Unicode is completely valid (though admittedly wastes space). Leonard -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]>

Re: [iText-questions] PDF Development

2003-03-17 Thread Leonard Rosenthol
ering...Example PDF's would be helpful. LDR -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.

Re: Fw: [iText-questions] Convert PDF into HTML

2003-03-18 Thread Leonard Rosenthol
At 10:17 AM -0300 3/18/03, Thiago Costa wrote: Can i extract the plain text ? No. If you want text extraction or format conversion - check out JPEDAL (http://www.jpedal.org). Leonard -- --- Leonard Rosenthol

Re: [iText-questions] PDF Development

2003-03-18 Thread Leonard Rosenthol
. I'm just trying to be as OO as I can about this design. :) Your idea is quite solid - but I don't see any need for clipping paths to accomplish this. Leonard -- ------- Leonard Rosenthol&l

Re: Fw: [iText-questions] Convert PDF into HTML

2003-03-18 Thread Leonard Rosenthol
ohtml, Jade, Gemini, etc. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

Re: [iText-questions] PDF Development

2003-03-18 Thread Leonard Rosenthol
" one. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] Modifying Metadata

2003-03-19 Thread Leonard Rosenthol
, but there are many utilities that can be used to do modify PDF metadata in place. Leonard -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer

RE: [iText-questions] Modifying Metadata

2003-03-19 Thread Leonard Rosenthol
Info (http://www.appligent.com). Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] Modifying Metadata

2003-03-19 Thread Leonard Rosenthol
e PDF due to the way it currently works. If you ONLY want to touch the metadata fields, then you'll want/need a different tool. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROT

Re: [iText-questions] PDF to TIFF

2003-03-20 Thread Leonard Rosenthol
--- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629

Re: [iText-questions] PDF to TIFF

2003-03-20 Thread Leonard Rosenthol
. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] Modifying Metadata

2003-03-20 Thread Leonard Rosenthol
would involve a complete rearchitecture of the PdfWriter or PdfStamper, so as to do "object level copying w/o reading the tree into memory". Leonard -- ------- Leonard Rosenthol<mailt

RE: [iText-questions] Modifying Metadata

2003-03-20 Thread Leonard Rosenthol
tend to do is an incremental update with the new Info, nothing fancy. Incremental update would be a GREAT addition - not just for the Info changes, but potentially for all PdfStamper() changes... Leonard -- ------- Leonard Rosenthol

RE: [iText-questions] Modifying Metadata

2003-03-20 Thread Leonard Rosenthol
7;t be possible, though. True. Leonard -- ----------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (vo

Re: [iText-questions] rotation

2003-03-20 Thread Leonard Rosenthol
int angle = 180; double angleRad = Math.toRadians( (double)angle ); double cosRad = Math.cos( angleRad ); double sinRad = Math.sin( angleRad ); cb.concatCTM( cosRad, sinRad, -sinRad, cosRad, x, y ); Leonard -- --- Leonard Rose

Re: [iText-questions] how to generate pdf1.3 documents?

2003-03-21 Thread Leonard Rosenthol
onard -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 21

Re: [iText-questions] how to generate pdf1.3 documents?

2003-03-22 Thread Leonard Rosenthol
But as you point out, iText doesn't support any of them at this time. Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://ww

Re: [iText-questions] Re: how to generate pdf1.3 documents?

2003-03-22 Thread Leonard Rosenthol
both! Can I set the metadata information about the pdf version? Fiery would be ignoring that anyway. Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Techni

Re: [iText-questions] About CGM Graphics to PDF

2003-03-25 Thread Leonard Rosenthol
At 12:52 AM 3/25/2003 -0800, Huy Ho wrote: Is there any way to convert from CGM to PDF. I really need it. Thanks ImageMagick - http://www.imagemagick.org Leonard --- Leonard Rosenthol

Re: [iText-questions] only one printing

2003-03-31 Thread Leonard Rosenthol
d the accompanying plugin for Acrobat. There are existing vendors such as FileOpen (http://www.fileopen.com) that offer them. Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Techni

Re: [iText-questions] open a pdf file

2003-03-31 Thread Leonard Rosenthol
At 04:48 PM 3/31/2003 +0300, Eduardo Santilli wrote: how can i open a pdf file that already exists? See the PdfReader class. Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]>

Re: [iText-questions] iText image and awt Image

2003-04-01 Thread Leonard Rosenthol
ing by platforms... Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

Re: [iText-questions] Asking about CGM->PDF conversion library

2003-04-02 Thread Leonard Rosenthol
At 11:32 PM 4/1/2003 -0800, Huy Ho wrote: Can you tell me where CGM->PDF library? There are a bunch, depending on your OS platform of choice. Do a search on Google for "CGM to PDF". Leonard ------

Re: [iText-questions] Joining fields using acroform

2003-04-03 Thread Leonard Rosenthol
It's not PDF - it's iText... Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

Re: [iText-questions] Corrupt output pdf after fdfmerge.

2003-04-03 Thread Leonard Rosenthol
are trying to merge a PDF with a PDF - that won't work! Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com&g

Re: [iText-questions] Re: 114 won't build

2003-04-03 Thread Leonard Rosenthol
At 09:21 AM 4/3/2003 -0700, David Thielen wrote: Anyone know how to get 114 to build?   It builds just fine in Eclipse, which is my Java IDE of choice... Leonard --- Leonard Rosenthol

Re: [iText-questions] indexing PDF content

2003-04-03 Thread Leonard Rosenthol
onard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 21

Re: [iText-questions] indexing PDF content

2003-04-04 Thread Leonard Rosenthol
PdfBox, extract the text, then check it. Both of those products will handle your needs just fine... Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical O

RE: [iText-questions] Joining fields using acroform

2003-04-04 Thread Leonard Rosenthol
onard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) --

RE: [iText-questions] Joining fields using acroform

2003-04-05 Thread Leonard Rosenthol
year or more with no noticable problems. We have been using Reader 3 and 4 and Acrobat 4, but mostly version 4 of each. Acrobat 4 respects the NeedApperance key, Acrobat 5 does not (always). Leonard --- Leonard Rose

RE: [iText-questions] Sizing of a pdf

2003-06-06 Thread Leonard Rosenthol
.. Whilst I am working with JPGs now, JPEG is the only file format that is "native" in PDF - all others have to undergo some form of transformation... Leonard ------- Leonard Rosenthol

Re: [iText-questions] Questions about using iText

2003-06-06 Thread Leonard Rosenthol
onard --- Leonard Rosenthol    <mailto:[EMAIL PROTECTED]> Chief Technical Officer  <http://www.pdfsages.com> PDF Sages, Inc.  215-629-3700 (voice)

RE: [iText-questions] General question about PDF 1.5

2003-05-27 Thread Leonard Rosenthol
document. LDR ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) -

Re: [iText-questions] embed fonts in a Pdf File

2003-05-30 Thread Leonard Rosenthol
e way to do it, but sure... 1.Read a PDF 2.Embed fonts 3.Send it to client Is it possible ? If so, how ? The only tool that I know of that can do this is PitStop Server (http://www.enfocus.com) Leonard --- Le

Re: [iText-questions] Signing a pdf

2003-06-04 Thread Leonard Rosenthol
--- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) --- This SF.

Re: [iText-questions] Non savable pdf

2003-06-07 Thread Leonard Rosenthol
e for controlling access. Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

Re: [iText-questions] Submitting with Reader 6

2003-06-08 Thread Leonard Rosenthol
6.0, the submit button is disabled as well. This is a known bug in Acrobat Reader 6. Until an update from Adobe is available, you can NOT submit from secured PDF's :(. Leonard --- Leonard Rose

Re: [iText-questions] easy way of merging different pages

2003-06-10 Thread Leonard Rosenthol
or File IO is the only solution? Sure, you can use memory buffers instead of files if you wish... Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical O

[iText-questions] RE: Base14 fonts

2003-06-12 Thread Leonard Rosenthol
Times/TimesNewRoman from the operating system. As such, Acrobat 6 will always embed them as well as you other fonts - and iText should consider doing the same... Leonard --- Leonard Rose

Re: [iText-questions] Fill with FDF and concatenate an exisiting PDFs on the fly.

2003-06-13 Thread Leonard Rosenthol
iText, but it's coming along a bit more slowly than I'd like :(. Leoonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://ww

[iText-questions] Re: Extending the XML handling stuff...

2003-07-09 Thread Leonard Rosenthol
SS into a TagMap object. I've been thinking about CSS stuff - but for a future project... LDR -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer

Re: [iText-questions] RTF format

2003-07-09 Thread Leonard Rosenthol
close as a Java-based solution would be the commercial version of JPEDAL (http://www.jpedal.org). Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer

Re: [iText-questions] Javascript and PDF Anchor

2003-07-10 Thread Leonard Rosenthol
ype was an unfortunate security hole introduced during the 5.0 development cycle and removed during 6.0. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer

RE: [iText-questions] Refreshing problem of embedded fonts whenopening PDF

2003-07-10 Thread Leonard Rosenthol
hould! Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice)

Re: [iText-questions] BookMarks (Outlines) in iText

2003-07-10 Thread Leonard Rosenthol
ation language, etc. I HIGHLY recommend you look at those instead. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www

Re: [iText-questions] Page size

2003-07-10 Thread Leonard Rosenthol
At 12:41 PM +0200 7/10/03, Carmona Perez, David wrote: Does anyone know if the page size of a PDF file has to be the same throughout the whole file? No it does not. You can happily mix page sizes... Leonard -- --- Leonard

RE: [iText-questions] Refreshing problem of embedded fonts whenopening PDF

2003-07-10 Thread Leonard Rosenthol
onard -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 21

Re: [iText-questions] Does iText and Java run faster on Powermac G4?

2003-07-10 Thread Leonard Rosenthol
s the Java VM. LDR ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] Refreshing problem of embedded fonts when opening PDF

2003-07-10 Thread Leonard Rosenthol
. Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] Javascript and PDF Anchor

2003-07-10 Thread Leonard Rosenthol
alert"); Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

Re: [iText-questions] printing a PDF directly from java class (LINUX platform)

2003-07-10 Thread Leonard Rosenthol
onard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 21

Re: [iText-questions] OT: java pdf reader

2003-07-10 Thread Leonard Rosenthol
. Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] Page size

2003-07-10 Thread Leonard Rosenthol
printer-specific control. Leonard --- Leonard Rosenthol    <mailto:[EMAIL PROTECTED]> Chief Technical Officer  <http://www.pdfsages.com> PD

Re: [iText-questions] Setting security in the pdf document

2003-07-10 Thread Leonard Rosenthol
At 4:47 PM -0600 7/10/03, David Thielen wrote: How do I set the security in the pdf document (can print, can copy, etc.)? Look at the encrypt_pdf.java example. Leonard -- --- Leonard Rosenthol

RE: [iText-questions] Javascript and PDF Anchor

2003-07-11 Thread Leonard Rosenthol
JavaScript guide. It can also be downloaded from Adobe's PDF Site at http://partners.adobe.com/asn/tech/pdf/acrobatsdks.jsp. Leonard -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED

Re: [iText-questions] concatenate pdf and then dynamically add pages

2003-07-11 Thread Leonard Rosenthol
pages. Create the additional pages as a new PDF (in memory even), and then concat them into the final document like any other PDF... Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chie

Re: [iText-questions] "Line Number"

2003-07-14 Thread Leonard Rosenthol
-- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice)

RE: [iText-questions] create bookmarks in PDF file

2003-07-14 Thread Leonard Rosenthol
, there are products on the market that will do that job for you MUCH more efficiently and with better results than iText. Try solutions such as AppendPro (http://www.appligent.com). Leonard --- Leonard Rosenthol

Re: [iText-questions] Search in PDF

2003-07-14 Thread Leonard Rosenthol
--- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice)

Re: [iText-questions] How can i debug itext classes (Is there anydebug mode?)

2003-07-15 Thread Leonard Rosenthol
-- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) 215-6

Re: [iText-questions] Compare PDF documents

2003-07-16 Thread Leonard Rosenthol
ormat, but produce the same visible results. Is it possible to compare two files with iText? No. The only thing that attempts this is Adobe Acrobat... Leonard -- ------- Leonard Rosenthol<mailto:[EM

Re: [iText-questions] Compare PDF documents

2003-07-17 Thread Leonard Rosenthol
due to rounding... LDR -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

Re: [iText-questions] Compare PDF documents

2003-07-18 Thread Leonard Rosenthol
ions. LDR -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] Printing problem

2003-07-20 Thread Leonard Rosenthol
-- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice)

Re: [iText-questions] Compare PDF documents

2003-07-20 Thread Leonard Rosenthol
: i.e. text and structure. The only CORRECT way to do that is to do extremely low level PDF analysis... Leonard -- ----------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Off

[iText-questions] Minor change for text.DocWriter

2003-07-21 Thread Leonard Rosenthol
--- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) --- This SF.

RE: [iText-questions] Printing problem

2003-07-21 Thread Leonard Rosenthol
oblem. Also make sure that you have the latest version of the driver for your printer. Using older versions of software is always a good cause for failure... Leonard --- Leonard Rose

RE: [iText-questions] Printing problem

2003-07-21 Thread Leonard Rosenthol
eader in this case) and the printer driver based on the original content of the document and how best to represent this on the output device. Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED

Re: [iText-questions] Minor change for text.DocWriter

2003-07-22 Thread Leonard Rosenthol
to both get & set the page size. LDR -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice)

Re: [iText-questions] Minor change for text.DocWriter

2003-07-22 Thread Leonard Rosenthol
r actually tested it - OOPS! I guess I need to implement that as well, eh??? Any reason I shouldn't go down this path?? LDR ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED

Re: [iText-questions] View a Pdf which uses Helvetica on a Mac

2003-07-22 Thread Leonard Rosenthol
At 03:38 PM 7/22/2003 +0200, [EMAIL PROTECTED] wrote: I've got a problem with opening my Pdf on a Macintosh. What version of Mac OS? What version of Adobe Acrobat? Leonard --- Leonard Rose

Re: [iText-questions] Preserving bookmarks in PdfCopy

2003-07-23 Thread Leonard Rosenthol
n for preservation? Not unless you want to write the lower level code to iText to add it. Leonard -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer

Re: [iText-questions] difficulties printing generated pdf filesdue to size

2003-07-23 Thread Leonard Rosenthol
enabled in the Acrobat print dialog!! That's the usual cause here... Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www

Re: [iText-questions] continuous line that changes

2003-07-23 Thread Leonard Rosenthol
there. With PS/PDF, you shouldn't close the shape yourself - you are better off doing a "close and stroke" and letting the renderer do it for you. LDR -- ------- Leonard Rosenthol<mailt

Re: [iText-questions] Re: difficulties printing generated pdf files due to size

2003-07-23 Thread Leonard Rosenthol
lse has an idea?? What type of printer (raster, PCL, PS)? What OS Platform? Is the printer driver current? What version of Acrobat are ytou using to print from? Leonard ------- Leonard

Re: [iText-questions] Preserving bookmarks in PdfCopy

2003-07-23 Thread Leonard Rosenthol
... Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629

Re: [iText-questions] Question.

2003-07-23 Thread Leonard Rosenthol
, and so forth & methods? You can't. iText doesn't support that. If you want Word->PDF conversion, look at products such as DocConverter & AdLib eXpress. Leonard --------

[iText-questions] Re: difficulties printing generated pdf filesdue to size

2003-07-24 Thread Leonard Rosenthol
latest Acrobat 6? Have you verified that the printer drivers for each printer is current? Have you verified that each system is using the same Print configuration? Leonard -- --- Leonard Rosenthol

Re: [iText-questions] Acro form in existing pdf

2003-07-24 Thread Leonard Rosenthol
. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice)

Re: [iText-questions] Acro form in existing pdf

2003-07-24 Thread Leonard Rosenthol
-- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) 215-6

Re: [iText-questions] To view rulers

2003-07-24 Thread Leonard Rosenthol
At 3:40 PM -0500 7/24/03, Jaladurgam, Ramana wrote: Is there a possibility to get ruler in Acrobat Reader. If not Reader, is there any software that provides. In Reader, no. In FULL Acrobat, yes. Leonard -- --- Leonard

RE: [iText-questions] To view rulers

2003-07-24 Thread Leonard Rosenthol
. Leonard -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

RE: [iText-questions] RE: Doubt on Measurement units

2003-07-28 Thread Leonard Rosenthol
past, the user checked that box. That is a USER option can NOT be set by a PDF... Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http

Re: [iText-questions] Autho, title, subject in xml

2003-07-29 Thread Leonard Rosenthol
-- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629

Re: [iText-questions] Submitting acroform

2003-07-29 Thread Leonard Rosenthol
action...Quite easy to setup using Adobe Acrobat itself... Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer

RE: [iText-questions] PDF overlapping text in IE

2003-07-29 Thread Leonard Rosenthol
--- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) --- This SF.Net email sponso

Re: [iText-questions] Interesting line drawing

2003-07-29 Thread Leonard Rosenthol
join. Correct. Unless you do a closePath(), Acrobat won't join the first and last segment - it considers it as an open path. LDR ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]>

Re: [iText-questions] Interesting line drawing

2003-07-29 Thread Leonard Rosenthol
h variable graphics states... LDR -- ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc.

Re: SV: [iText-questions] Submitting acroform

2003-07-30 Thread Leonard Rosenthol
is NOT POSSIBLE with iText " but then there is the method getAcroForm() in PdfReader...) Can I i any way use the getAcroForm() and then add it to my new PdfDocument in som way? Yes - form fields aren't content... Leonard -- ------

Re: SV: [iText-questions] Submitting acroform

2003-07-30 Thread Leonard Rosenthol
--- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) --- This SF.Net email

Re: [iText-questions] Setting alt and actualText on structure elements

2003-07-30 Thread Leonard Rosenthol
hints would be appreciated. There is no support currently in iText for structure/tagging of PDFs. Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical O

Re: [iText-questions] How to set overprint when writting a text?

2003-07-30 Thread Leonard Rosenthol
isn't supported in Reader - only in "Full", Standard and Professional. And may be turned off by users. Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Ch

Re: [iText-questions] Speeding up the PDF creation

2003-08-01 Thread Leonard Rosenthol
a C-based tool for form merging (or other PDF needs). Leonard --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PD

Re: [iText-questions] ICC support

2003-08-01 Thread Leonard Rosenthol
--- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629

Re: [iText-questions] Templates and Form fields

2003-08-03 Thread Leonard Rosenthol
ssing "piece x of y" field * Flatten the PDF file (in memory!) * Place the newly flattened PDF onto the output page. - Repeat above steps once per piece... Leonard -- ------- Leonard Rosenthol

Re: [iText-questions] Half page Template

2003-08-03 Thread Leonard Rosenthol
-- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629

RE: [iText-questions] ICC support

2003-08-04 Thread Leonard Rosenthol
each image ICC with image.tagICC do the same? I don't know that that function does, so I can't comment. Leonard ------- Leonard Rosenthol<mailto:[EMAIL PROTECTED]&g

Re: [iText-questions] copy a PDF page and its form fields

2003-08-06 Thread Leonard Rosenthol
copy everything including form fields? Yes. Look at CopyPDF.java instead. Leonard -- --- Leonard Rosenthol<mailto:[EMAIL PROTECTED]> Chief Technical Officer

  1   2   3   4   5   6   7   8   9   10   >