Ravi Desai wrote:
> Hi,
>
> We are trying to use iText Library for converting Fax TIFF images to
> PDF. We are observing that with the following code snippet, the output
> PDF page size matches the input TIFF page size but the image within the
> PDF is shrunk by approx 1/4inch when compared to the
Hi,
We are trying to use iText Library for converting Fax TIFF images to
PDF. We are observing that with the following code snippet, the output
PDF page size matches the input TIFF page size but the image within the
PDF is shrunk by approx 1/4inch when compared to the input TIFF File.
For
Thank You!! your solution work fine!
Fabrizio Accatino wrote:
>
> Hello,
>
> I'm not sure but try to close Document and PdfWrite before reading
> content from "baos".
>
>
> Fabrizio
>
> -
> This SF.net email is spo
Fabrizio Accatino wrote:
> Hello,
>
> I'm not sure but try to close Document and PdfWrite before reading
> content from "baos".
That's correct. Upon document.close() the Cross-Reference table
is written to the byte array. Without the Cross-Reference table
the PDF is not valid.
--
This answe
Hello,
I'm not sure but try to close Document and PdfWrite before reading
content from "baos".
Fabrizio
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdm
Ok,
ByteArrayOutputStream baos =new ByteArrayOutputStream();
Document document = new Document();
PdfWriter writer = PdfWriter.getInstance(document,baos);
try {
int pages = 0;
document.open();
PdfContentByte cb = writer.getDirectContent();
RandomA
Post the source code where you use ByteArrayOutputStream.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/_
7, 2008 5:04 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] tiff2pdf byte Array problem
>
>
> hello to alli have write a little application that
> convert a multipage
> tiff to a multipage pdf...
>
> OutputStream fout =new Fil
hello to alli have write a little application that convert a multipage
tiff to a multipage pdf...
OutputStream fout =new FileOutputStream("result.pdf");
Document document = new Document();
PdfWriter writer = PdfWriter.getInstance(document,fout);
try {
Post a link to some of the failing tiff files so that the problem can be
reproduced.
Paulo
- Original Message -
From: "Vikram Vijayraghavan" <[EMAIL PROTECTED]>
To:
Sent: Monday, April 30, 2007 8:33 PM
Subject: [iText-questions] tiff2pdf problem
> Hi,
>
>
Hi,
We have some tiff files which we convert to a pdf using the
PhotoAlbum feature in iText 2.0.2 on a Windows XP box.
The resultant pdf opens fine with Adobe Acrobat Reader . However when
it is opened with either Adobe Acrobat or Adobe Distiller (various
versions) and some pages are deleted man
Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of beppecosta
>> Sent: Friday, March 09, 2007 2:33 PM
>> To: itext-questions@lists.sourceforge.net
>> Subject: Re: [iText-questions] Tiff2Pdf
>>
>&
f beppecosta
> Sent: Friday, March 09, 2007 2:33 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Tiff2Pdf
>
>
> I could get the DateTime TAG with
>
> TIFFField dt = dir.getField(306)
>
> but I would like to code
>
> TIFFFiel
-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of beppecosta
>> Sent: Friday, March 09, 2007 2:08 PM
>> To: itext-questions@lists.sourceforge.net
>> Subject: Re: [iText-questions] Tiff2Pdf
>>
>>
>> Paulo,
>
What is the question?
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of beppecosta
> Sent: Friday, March 09, 2007 2:08 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Tiff2Pdf
>
>
9, 2007 11:34 AM
>> To: itext-questions@lists.sourceforge.net
>> Subject: [iText-questions] Tiff2Pdf
>>
>>
>> I've already posted on this subject but nobody answered
>> because probably my
>> question was not clear enough.
>>
>> I'm using t
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of beppecosta
> Sent: Friday, March 09, 2007 11:34 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Tiff2Pdf
>
>
> I've alread
I've already posted on this subject but nobody answered because probably my
question was not clear enough.
I'm using tiff2pdf to create pdf from scanned tiff images. Imagescaling,
rotation and positioning work fine and the final pdf is perfect. However I
would like to timestamp it at creation tim
During tiff to pdf conversion is it possible to get tiff tags, like for
example the DateTime Tag (Code 306 (hex 0x0132)), Software Tag, etc ?
Thanks.
--
View this message in context:
http://www.nabble.com/Tiff2Pdf-tf3347760.html#a9308406
Sent from the iText - General mailing list archive at Na
Hi Paulo,
yesterday the unreadable pdf had this:
2 0 obj < -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of beppecosta
> Sent: Monday, January 22, 2007 4:56 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iTex
Here's what I got.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of beppecosta
> Sent: Monday, January 22, 2007 4:56 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] tiff2pdf wit
AIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of beppecosta
>> Sent: Monday, January 22, 2007 4:24 PM
>> To: itext-questions@lists.sourceforge.net
>> Subject: Re: [iText-questions] tiff2pdf with jbig2
>>
>>
>> Paulo,
>>
>> Fi
;
> > dp.put(new PdfName("JBIG2Globals"), iref);
> > dic.put(PdfName.DECODEPARMS, dp);
> > img.setAdditional(dic);
> > img.scalePercent(10);
> > doc.add(img);
> > doc.close();
> >
> > I'll have to make a couple of changes in Image to
> "Document.compress = false".
>
> Paulo
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of Paulo Soares
>> Sent: Friday, January 19, 2007 11:40 AM
>> To: Post all your question
PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Paulo Soares
> Sent: Friday, January 19, 2007 11:40 AM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] tiff2pdf with jbig2
>
> Clever script. I'll need the jbig2 files and the re
gt; Sent: Friday, January 19, 2007 10:58 AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] tiff2pdf with jbig2
>
>
> This is the Python script.
>
>
> ---
> import sys
> import re
> import struct
> import glob
> import
;Kids'] = '[' + ' '.join([ref(x.id) for x in page_objs]) + ']'
print str(doc)
def usage(script, msg):
if msg:
sys.stderr.write("%s: %s\n"% (script, msg))
sys.stderr.write("Usage: %s [file_basename] > out.pdf\n"% script)
sys.e
Show us the Python script and I'll tell you something about it.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of beppecosta
> Sent: Friday, January 19, 2007 10:27 AM
> To: itext-questions@lists.sourceforge.net
>
At present on our iSeries(as400) we use iText/tiff2pdf to create pdf from
scanned tiff documents. We produce thousands of documents per day and this
works perfecty. However because these pdf's should be archived on optical
disks and kept for one year (and because optical media cost a lot) we are
i
On 19/07/06, sirisha <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
> I am using Tiff2Pdf.java from iText.If i have a tiff image of 800 kb it is
> converting it to 250-300kb of pdf file.I need that pdf file size to be
> reduced to the least size around 50-80kb.Is that possible with this
> api?.Please sugges
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Bill Ensley
> Sent: Wednesday, July 19, 2006 5:28 PM
> To: 'Post all your questions about iText here'
> Subject: Re: [iText-questions] Tiff2Pdf
>
>
> >
; -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > sirisha
> > Sent: Wednesday, July 19, 2006 9:05 AM
> > To: itext-questions@lists.sourceforge.net
> > Subject: [iText-questions] Tiff2Pdf
> >
> > Hi
iText can't subset images.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of sirisha
> Sent: Wednesday, July 19, 2006 9:05 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Tiff2
Hi,
I am using Tiff2Pdf.java from iText.If i have
a tiff image of 800 kb it is converting it to 250-300kb of pdf file.I need that
pdf file size to be reduced to the least size around 50-80kb.Is that possible
with this api?.Please suggest me how to do that.
Thanks in advance.
Sirisha.K.L
--
Thursday, July 06, 2006 9:47 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] tiff2pdf can it create pdf from
> certain tiff page?
>
> Hi Paulo,
>
> I am able to run Tiff2Pdf , but it creates pdf from the
> entire tiff file,
> I want to
Hi Paulo,
I am able to run Tiff2Pdf , but it creates pdf from the entire tiff file,
I want to be able to specifiy which page of the tiff must be used to create the pdf,
is that possible?
also when Tiff2Pdf creates pdf it adds file name to the top of each page in the pdf ,
is it possible to leave
At 09:04 AM 4/13/2005, Ben Anderson wrote:
Also, it seems it would be easy to go from pdf2tiff, but I can't seem
to grasp it. Is this possible with itext?
No, it is not.
If not, can someone refer me to a good open source library that does?
JPEDAL - http://www.jpedal.org
Leonard
--
Ben Anderson wrote:
actually I tried using the Tiff2Pdf tool:
public void testTiff2PdfTest() {
String tiffFile = rootDir+"400dpiCCITTGroup4.tif";
String pdfFile = rootDir+"pdfer.pdf";
Tiff2Pdf.main(new String[] {tiffFile, pdfFile});
}
This works, but the top margin is w
Ben Anderson wrote:
The only problem is that it only grabs the first page of the tiff.
Does anyone know how I can grab the second page of the tiff?
Try the Tiff2Pdf tool in this JWS app: www.lowagie.com/iText/itext.jnlp
The code can be found in package com.lowagie.tools.plugins
Also, it seems i
actually I tried using the Tiff2Pdf tool:
public void testTiff2PdfTest() {
String tiffFile = rootDir+"400dpiCCITTGroup4.tif";
String pdfFile = rootDir+"pdfer.pdf";
Tiff2Pdf.main(new String[] {tiffFile, pdfFile});
}
This works, but the top margin is way too big an
Hi,
we need to do both of these things. The tiff2pdf works for the most
part... just grabbed some sample code of the web site:
public void testTiff2PdfTest() {
//String tiffFile = rootDir+"crl2688.tif";
String tiffFile = rootDir+"400dpiCCITTGroup4.tif";
String pdfFil
}
Best Regards,
Paulo Soares
> -Original Message-
> From: Damien Collis (NSW) [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 28, 2002 22:53
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] tiff2pdf using iText
>
> I have a tiff file that I cannot get
Title: tiff2pdf using iText
I have a tiff file that I cannot get imported into an itext PDF. I have read the similar listing by 'Padmanabhan, Shobana', read through the discussions on the 'JAI-INTEREST archives' and tried converting the image (every which way) using JAI to 8bit, argb (Buffer
43 matches
Mail list logo