[Bug 516688] [NEW] Sync pdftk 1.41+dfsg-7 (universe) from Debian sid (main)

2010-02-03 Thread Johann Felix Soden
Public bug reported:

Please sync pdftk 1.41+dfsg-7 (universe) from Debian sid (main).

This update should prevent bugs like LP: #304448 and should close
LP: #450544 and LP: #487922.

Changelog entries since current lucid version 1.41+dfsg-4:

pdftk (1.41+dfsg-7) unstable; urgency=low

  * Improve utf8-encoded attachment filename support (fixes crash on
unpack_files) (Closes: #462756, #563330)

 -- Johann Felix Soden   Wed, 27 Jan 2010 20:08:45 +0100

pdftk (1.41+dfsg-6) unstable; urgency=low

  * Add patch to circumvent libgcj10 exception with de_AT.UTF-8 locale.
(Closes: #560594)
  * Conform patch descriptions to DEP3.
  * debian/rules: fail with error message if itext-*.so is missing.

 -- Johann Felix Soden   Sun, 13 Dec 2009 17:41:56 +0100

pdftk (1.41+dfsg-5) unstable; urgency=low

  * debian/{rules,control}:
- Support clean target in unpatched source dir.
- Depend on proper main version of libgcj-bc.
  * Call g++/gcj with "-g" to improve usefulness of
DEB_BUILD_OPTIONS=nostrip.

 -- Johann Felix Soden   Thu, 10 Dec 2009 18:56:12 +0100

** Affects: pdftk (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Sync pdftk 1.41+dfsg-7 (universe) from Debian sid (main)
https://bugs.launchpad.net/bugs/516688
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487922] Re: Crashes all the time on ArrayIndexOutOfBoundsException in libgcj.so.10

2009-12-12 Thread Johann Felix Soden
** Bug watch added: Debian Bug tracker #560594
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560594

** Also affects: pdftk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560594
   Importance: Unknown
   Status: Unknown

-- 
Crashes all the time on ArrayIndexOutOfBoundsException in libgcj.so.10
https://bugs.launchpad.net/bugs/487922
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487922] Re: Crashes all the time on ArrayIndexOutOfBoundsException in libgcj.so.10

2009-12-12 Thread Johann Felix Soden
It seems to me, that this bug only occurs with locale de_AT.UTF-8.
So a workaround would be setting the locale to C:
 LANG=C pdftk ...

If this does not work or other locales are affected too, please inform me.
The bug seems to be in libgcj10, not in pdftk or libitext.

-- 
Crashes all the time on ArrayIndexOutOfBoundsException in libgcj.so.10
https://bugs.launchpad.net/bugs/487922
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 487922] Re: Crashes all the time on ArrayIndexOutOfBoundsException in libgcj.so.10

2009-12-13 Thread Johann Felix Soden
The exception only occurs between April and December. It seems that the
current month is used as an index to an array with 3 entries. With
libgcj10-dbg installed, I get the following more verbose back trace:

Unhandled Java Exception:
java.lang.ArrayIndexOutOfBoundsException: 11
   at java.text.SimpleDateFormat.formatWithAttribute(SimpleDateFormat.java:793)
   at java.text.SimpleDateFormat.format(SimpleDateFormat.java:845)
   at java.text.DateFormat.format(DateFormat.java:419)
   at com.lowagie.text.Document.addCreationDate(itext-2.1.7.jar.so)
   at com.lowagie.text.pdf.PdfDocument.(itext-2.1.7.jar.so)
   at com.lowagie.text.pdf.PdfStamperImp.(itext-2.1.7.jar.so)

I tried unsuccessfully to reproduce the exception with an own written
small java program calling SimpleDateFormat.format directly. The source
code of SimpleDateFormat can be found in the gcc-4.4 source. At first
view, everything seems fine there.

-- 
Crashes all the time on ArrayIndexOutOfBoundsException in libgcj.so.10
https://bugs.launchpad.net/bugs/487922
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 382253] Re: vim-latexsuite does not show tex-suite menus and no functionality

2010-03-08 Thread Johann Felix Soden
In newer versions (>= 20090816-1), /usr/share/doc/vim-
latexsuite/README.Debian contains the needed steps to enable vim-
latexsuite.

The warnings, which are shown if vim-latexsuite is systemwide and local
installed/enabled,  should be really solved in 20100129-1.

-- 
vim-latexsuite does not show tex-suite menus and no functionality
https://bugs.launchpad.net/bugs/382253
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544636] Re: java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to com.lowagie.text.pdf.PRIndirectReference

2010-03-23 Thread Johann Felix Soden
pdftk uses the itext library and a mail on its mailing list gave me the right 
hint:
 http://thread.gmane.org/gmane.comp.java.lib.itext.general/46855/focus=46859

The printed pdf file is not standard conform [1].
The information dictionary of the document is a direct object, not an indirect 
reference as in the pdf that works.
So this is mainly a bug in the used pdf generator, not in pdftk. However, pdftk 
should produce a more user-friendly error message.

Can you provide the version of the cups / cups-pdf package which you
have installed, please?

[1]: See table 3.11 on page 61 in 
http://partners.adobe.com/public/developer/en/pdf/PDFReference13.pdf :
"Info dictionary (Optional; must be an indirect reference)"

-- 
java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast 
to com.lowagie.text.pdf.PRIndirectReference
https://bugs.launchpad.net/bugs/544636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544636] Re: java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be cast to com.lowagie.text.pdf.PRIndirectReference

2010-03-23 Thread Johann Felix Soden
** Changed in: pdftk (Ubuntu)
   Status: New => Confirmed

** Also affects: cups (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- java.lang.ClassCastException: com.lowagie.text.pdf.PdfDictionary cannot be 
cast to com.lowagie.text.pdf.PRIndirectReference
+ pdftopdf produces non-standard-conform pdf files.

-- 
pdftopdf produces non-standard-conform pdf files.
https://bugs.launchpad.net/bugs/544636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544636] Re: pdftopdf produces non-standard-conform pdf files.

2010-03-23 Thread Johann Felix Soden
The bug is in pdftopdf from the cups package. It wrongly writes the document 
information dictionary  as a direct object.
The attached patch should solve the problem.

** Patch added: "pdftopdf_use_indirect_object_for_document_info_dict.patch"
   
http://launchpadlibrarian.net/41721650/pdftopdf_use_indirect_object_for_document_info_dict.patch

-- 
pdftopdf produces non-standard-conform pdf files.
https://bugs.launchpad.net/bugs/544636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544636] Re: pdftopdf produces non-standard-conform pdf files.

2010-03-23 Thread Johann Felix Soden
Thanks, Till Kamppeter, for testing the patch! (Testing is really needed - I 
have not much experience with poppler).
I found the error: some missing strdup commands. The corrected patch is 
attached. 


** Patch added: "pdftopdf_use_indirect_object_for_document_info_dict_V2.patch"
   
http://launchpadlibrarian.net/41747553/pdftopdf_use_indirect_object_for_document_info_dict_V2.patch

-- 
pdftopdf produces non-standard-conform pdf files.
https://bugs.launchpad.net/bugs/544636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544636] Re: pdftopdf produces non-standard-conform pdf files.

2010-03-23 Thread Johann Felix Soden
Thanks for accepting the patch!

The "bug" with non-conform pdf files in pdftk is still not really solved
yet: There should be a clear error message why pdftk fails.


PS: There is a a small mistake in the bzr commit: Duncan Lock found and 
reported this bug. I am responsible for the patch.

-- 
pdftopdf produces non-standard-conform pdf files.
https://bugs.launchpad.net/bugs/544636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 450544] Re: itext: *.afm files missing from com.lowagie.text.pdf.fonts

2009-10-13 Thread Johann Felix Soden
Adding /usr/share/java/itext.jar to my_classpath in patch
debian/patches/set_classpath solves the problem.

-- 
itext: *.afm files missing from com.lowagie.text.pdf.fonts
https://bugs.launchpad.net/bugs/450544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 158025] Re: Pdftk cannot work with non-ascii named files

2009-10-02 Thread Johann Felix Soden
Fixed in 1.41+dfsg-1.

** Changed in: pdftk (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Pdftk cannot work with non-ascii named files
https://bugs.launchpad.net/bugs/158025
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1831989] Re: F9 \ref completion fails when a \label is inside a figure environment (fixed in 1.10.0)

2021-02-11 Thread Johann Felix Soden
Thanks for reporting. vim-latexsuite has been updated to 1.10.0. Please
check if the bug has been solved in the latest version and close this
report.

** Changed in: vim-latexsuite (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1831989

Title:
  F9 \ref completion fails when a \label is inside a figure environment
  (fixed in 1.10.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim-latexsuite/+bug/1831989/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1764450] Re: [needs-packaging] pdftk missing in 18.04 (bionic) and later releases

2019-03-24 Thread Johann Felix Soden
Ubuntu Disco has now (again) pdftk 2.02-5 [1] as a pure transition
package to pdftk-java [2].

pdftk-java is also already available in Ubuntu cosmic [3].

Therefore, I would consider this bug as done/won't-fix.

[1] https://bugs.launchpad.net/ubuntu/+source/pdftk/2.02-5
[2] https://bugs.launchpad.net/ubuntu/+source/pdftk-java/3.0.2-2
[3] https://bugs.launchpad.net/ubuntu/+source/pdftk-java/0.0.0+20180723.1-1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764450

Title:
  [needs-packaging] pdftk missing in 18.04 (bionic) and later releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/pdftk/+bug/1764450/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1764450] Re: [needs-packaging] pdftk missing in 18.04 (bionic) and later releases

2019-05-04 Thread Johann Felix Soden
Thanks for your suggestion to backport pdftk-java, Ibrahim Awwal. Please
follow the procedure described on [1].

[1] https://wiki.ubuntu.com/UbuntuBackports

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764450

Title:
  [needs-packaging] pdftk missing in 18.04 (bionic) and later releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/pdftk/+bug/1764450/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1785100] Re: Requires JRE to work but does not depend on JRE

2018-12-15 Thread Johann Felix Soden
** Changed in: pdftk-java (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1785100

Title:
  Requires JRE to work but does not depend on JRE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk-java/+bug/1785100/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1764450] Re: pdftk missing in 18.04 (bionic)

2018-08-17 Thread Johann Felix Soden
There is pdftk-java ( https://launchpad.net/ubuntu/+source/pdftk-java ).
It is an port of pdftk to pure java, therefore does no longer depend on
gcj. The package provides a "pdftk" binary and is planned to be the
replacement of the pdftk package. The package from cosmic should be
backwards-compatible to 18.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1764450

Title:
  pdftk missing in 18.04 (bionic)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1764450/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1785100] Re: Requires JRE to work but does not depend on JRE

2018-08-12 Thread Johann Felix Soden
Thanks for reporting this bug. It should be fixed in 0.0.0+20180723.1-1
(uploaded recently to Debian, should be soon in Ubuntu).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1785100

Title:
  Requires JRE to work but does not depend on JRE

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk-java/+bug/1785100/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1596100] Re: ketchup broken

2017-01-24 Thread Johann Felix Soden
Fixed in 1.0.1+git20111228+e1c62066-2

** Changed in: ketchup (Ubuntu)
   Status: New => Fix Committed

** Changed in: ketchup (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596100

Title:
  ketchup broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ketchup/+bug/1596100/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1559477] Re: pdftk should be built with default toolchain (g++/gcj-5)

2016-03-22 Thread Johann Felix Soden
The fixed g++/gcj-version have been mainly introduced to ensure that g++ and 
gcj have the same version,
otherwise run-time error occurs.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624776 for related 
discussion.

Currently, the g++ and gcj default versions are the same everywhere, so
this check can really be dropped.


** Bug watch added: Debian Bug tracker #624776
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624776

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1559477

Title:
  pdftk should be built with default toolchain (g++/gcj-5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1559477/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989149] Re: PDFTK Broken in Ubuntu 12.04

2012-04-26 Thread Johann Felix Soden
Have you installed pdftk some time ago manually (=without using the package 
manager)?
What is your output of 
   whereis pdftk

If you call pdftk with the correct path (   /usr/bin/pdftk ) does it
work?

I ask this, because it seems that your a using an old pdftk version
(the current should depend on libgcj.so.12) - but according to apt-cache,
 you have already the current version installed.

If this is the case, simply rename or delete the manually installed binary which
could be for example in /usr/local/bin or at any other directory which is in 
your $PATH before
/usr/bin/.

If not,  try to reinstall pdftk -  for example by running 
   aptitude reinstall pdftk

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989149

Title:
  PDFTK Broken in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/989149/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 972340] Re: burst aborts with null pointer exception

2012-04-03 Thread Johann Felix Soden
** Changed in: pdftk (Ubuntu)
   Status: New => Confirmed

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972340

Title:
  burst aborts with null pointer exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/972340/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 972340] Re: burst aborts with null pointer exception

2012-04-03 Thread Johann Felix Soden
Thanks for your bug report!

Your pdf seems not to be 100% standard-conform (or there is a bug in 
ghostscripts 9.05)
because it reports:

    Warning: considering '00 X n' as a free entry.
   ...
    This file had errors that were repaired or ignored.
    The file was produced by: 
     Mac OS X 10.6.8 Quartz PDFContext 
    Please notify the author of the software that produced this
    file that it does not conform to Adobe's published PDF
    specification.

Anyway, pdftk should not crash. I will have a look at the problem.

Strangely, the following line which emulates the the burst command for
the pdf with 24 pages seems to work without any problem:

for i in $(seq -f "%04.0f" 24) ; do pdftk 2012-03-14_SaeZ-DD.pdf cat $i
output pg_$i.pdf  ; done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972340

Title:
  burst aborts with null pointer exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/972340/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1449262] Re: Failed read form data on stdin

2015-04-27 Thread Johann Felix Soden
Thanks for your  bug report. I can confirm the described behaviour and
will try to fix it / report it to upstream.

** Changed in: pdftk (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449262

Title:
  Failed read form data on stdin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1449262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 972340] Re: burst aborts with null pointer exception

2014-01-24 Thread Johann Felix Soden
pdftk 2.01 handles both pdf files in this bug report without any problem. 
Therefore I close this report.
Thanks for reporting the issues!

** Changed in: pdftk (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972340

Title:
  burst aborts with null pointer exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/972340/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1385086] Re: Command-line rotation shorthands don't work (incl. man page examples)

2014-10-25 Thread Johann Felix Soden
Thanks for your report, era! Please note, that since pdftk 1.45 the syntax has 
changed. "Shorthands" are replaced by the full words [1].
The man pages and the official documentation have been updated, but maybe 
something was missed.
Which documentation did you use? The man page on your system ("man pdftk") 
should be ok.

[1] From the 1.45 changelog ( 
https://www.pdflabs.com/docs/pdftk-version-history/ ):
"Changed the syntax for page rotation. Instead of N, S, E, W, L, R and D, now 
use: north, south, east, west, left, right and down."

** Changed in: pdftk (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1385086

Title:
  Command-line rotation shorthands don't work (incl. man page examples)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1385086/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048045] Re: PDF Chain errors when attempting to concatenate PDF files

2012-12-13 Thread Johann Felix Soden
** Also affects: pdfchain
   Importance: Undecided
   Status: New

** Changed in: pdfchain
   Status: New => Fix Released

** Changed in: pdfchain (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048045

Title:
  PDF Chain errors when attempting to concatenate PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/pdfchain/+bug/1048045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048045] Re: PDF Chain errors when attempting to concatenate PDF files

2012-12-13 Thread Johann Felix Soden
As this bug still affects all current official Ubuntu pdfchain packages, this 
bug was wrongly marked "Fix Released",
which hides the bug from users.  Due to (in my eyes) wrong restrictions in 
Launchpad, I cannot change/undo this.
I would be glad, if Jake Hansen as bug reporter or someone else can fix this.
I added the upstream project to this bug, where the bug is really  "Fix 
Released".

Since Debian testing is in freeze at the moment, I cannot really upload
the new pdfchain upstream version via the standard way.  However, I will
try a different way to provide the current pdfchain upstream version
officially to Ubuntu users.

But firstly, I want to solve this bug in the pdfchain 0.3.3 version. In newer 
upstream version, the corresponding code was re-written, which makes a direct 
backport difficult. 
However, I found that enabling an extra re-indexing of all handles, solves at 
least a bug with the same error as this bug that occur when the ordering of two 
pdf files were changed after adding them. 
As nobody yet provided me a "scanned PDF file" which triggers the error, I am 
currently not able to test if the fix works also for this.

I published a minimally modified pdfchain 0.3.3 version that contains
the described fix, in my personal PPA (
https://launchpad.net/~johfel/+archive/pdfchain )  and need people who
test it. Thank you very much in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048045

Title:
  PDF Chain errors when attempting to concatenate PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/pdfchain/+bug/1048045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774052] Re: Pdftk fails on PDF annotations added from Evince

2012-09-04 Thread Johann Felix Soden
Thanks, Thomas, for your report. Unfortunately, pdftk with included debug 
symbols seems to not 
give better output in this case.

But the open_reader bug should have been already fixed in pdftk  1.44-5 (Natty 
has 1.44-1).
I made a backport from the current 1.44-6 version for Natty.
You can find it in my ppa: https://launchpad.net/~johfel/+archive/pdftk

It would be helpful, if you could test it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774052

Title:
  Pdftk fails on PDF annotations added from Evince

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/774052/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1045884] Re: Sync pdftk 1.44-6 (universe) from Debian unstable (main)

2012-09-05 Thread Johann Felix Soden
** Changed in: pdftk (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1045884

Title:
  Sync pdftk 1.44-6 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1045884/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924039] Re: pdftk burst command creates invalid xref entries

2012-09-05 Thread Johann Felix Soden
Thank you all for taking the time to report this bug. I am closing it
because the bug has been fixed in pdftk 1.44-6 which is now in the
latest development version of Ubuntu - Quantal Quetzal.

If you need a fix for the bug in previous versions of Ubuntu, please
follow the instructions for "Requesting a Backport" at
https://wiki.ubuntu.com/UbuntuBackports#Requesting_a_Backport


Changelog entry:

pdftk (1.44-6) unstable; urgency=medium

  * Fix burst command. It produced non-standard-conform pdf files whose unused
xref entries were wrongly marked as used. (Closes: #685983)
  * debian/*: Change my e-mail address and remove DM upload rights.

 -- Johann Felix Soden  Mon, 03 Sep 2012 01:17:35
+0200

** Changed in: pdftk (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924039

Title:
  pdftk burst command creates invalid xref entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/924039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048045] Re: PDF Chain errors when attempting to concatenate PDF files

2012-09-09 Thread Johann Felix Soden
Thank you for report.

To track down the error, could you start pdfchain from a console window 
(terminal), please?
When you then concatenate pdf files, the used pdftk command
should be displayed in the terminal.

Do you get an error message when you run this command by hand?
Or does pdfchain display any error messages in the console?

Are spaces or other special characters in the path or 
filename of the input (or output) pdf files?

Another reason for the bug could be a wrongly set PATH environment variable.
So run "echo $PATH" in a terminal and send me the result. Of course, you can 
replace
any private information by random letters.

In certain circumstances, it could be helpful if you provide scanned pdf files 
which shows this strange result,
but as it looks at the moment, the problem is outside pdftk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048045

Title:
  PDF Chain errors when attempting to concatenate PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdfchain/+bug/1048045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924039] Re: pdftk burst command creates invalid xref entries

2012-08-27 Thread Johann Felix Soden
** Bug watch added: Debian Bug tracker #685983
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685983

** Also affects: pdftk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685983
   Importance: Unknown
   Status: Unknown

** Changed in: pdftk (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924039

Title:
  pdftk burst command creates invalid xref entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/924039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924039] Re: pdftk burst command creates invalid xref entries

2012-08-27 Thread Johann Felix Soden
The reason for this bug is a off-by-one-error in
PdfWriter.java line 312 of the included itext-paolo library
where it should be 65535 instead of 65536.

Because of this, free entries in the xref table of the
produced PDF documents are wrongly marked as used.

As the data in the xref table is redundant, this leads
only to a warning in ghostscript and can easily be fixed
by e.g. processing the non-consistent pdf file with pdftk a
second time:

"pdftk wrong-xref.pdf output corrected.pdf"

I will release a fixed pdftk version in the next weeks.

** Changed in: pdftk (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924039

Title:
  pdftk burst command creates invalid xref entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/924039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712132] Re: Java Package Dependencies

2012-09-11 Thread Johann Felix Soden
The commands you propose works because you set/changed environment
variables (PATH, JAVA_HOME). But for every other user (including system
users) these normally do not work (you could say that there is
/etc/environment but there is no policy forcing a program to use it).

In general, one reason why package management system were introduced,
was to get rid of configuration scripts which waste time and power by
checks, like where is software xyz installed, how can I call it, does it
support a specific feature etc. If you run a ./configuration script for
every package on your system, you would notice how long it takes.

As I wrote in the first answer, you are free of installing a dummy
package to avoid installing any java package. But do not assume, that
everything continues to work as expected. The idea of using a package
manager is to have in all cases a consistent system, and this can not be
guaranteed if custom software installations are used as default.

I additionally wrote, that pdftk depends heavily on libgcj, and can
therefore not use any other java installation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712132

Title:
  Java Package Dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/712132/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048045] Re: PDF Chain errors when attempting to concatenate PDF files

2012-09-14 Thread Johann Felix Soden
It seems that the problem occurs only with specific pdf files (scanned
documents). Can someone attach  such a file to this bug report, please?
pdfchain tries to count the pages inside the pdf document. I assume that
something there gets wrong.

Does the bug with pdfchain still occur if the pdf document is processed
with pdftk first (pdftk scanned.pdf output scanned_fix.pdf )?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048045

Title:
  PDF Chain errors when attempting to concatenate PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdfchain/+bug/1048045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924039] Re: pdftk burst command creates invalid xref entries

2012-01-31 Thread Johann Felix Soden
Thank you for taking the time to report this bug and helping to improve
pdftk.

I get at the moment only
   Warning: considering '00 X n' as a free entry.
from ghostscript with the pdf I tested (maybe related to another bug in 
ghostscript) and
even if I corrupt the xref manually, ghostscript does not fail.

I assume that you do not want to publish/send me the pdf file which finally 
lead to the error
in ghostscript - it would be helpful to track down the bug.

Could you answer some question instead, please?
 - What program/library has produced the origin pdf file?
 - Can you open the split pdf files with a normal pdf viewer? Are there any 
warning messages?
 - There was a "solved" marked bug in ghostscript related to long file/path 
lengths, that led to similar error messages. So, could you just try everything 
in e.g. /tmp/ ?
 - If you run the split pdf files a second time through pdftk (pdftk 
pg_0001.pdf output pg_0001_rerun.pdf), does it fix the error?

Due to different reasons, pdftk 1.44 uses in Debian/Ubuntu again the
bundled itext-paulo library instead of  the libitext-java package, which
were used in the 1.41+dfsg releases of pdftk. This could be the reason,
why it works for you with pdftk 1.41, but not with 1.44.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924039

Title:
  pdftk burst command creates invalid xref entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/924039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048045] Re: PDF Chain error 256 when attempting to concatenate PDF files

2013-01-04 Thread Johann Felix Soden
The bug should be fixed now in pdfchain 1:0.3.3-2 (in Ubuntu Raring).
The fix is very small and the same as in my ppa which was successfully
tested here ( see e.g.
https://bugs.launchpad.net/ubuntu/+source/pdfchain/+bug/1048045/comments/14
)

Therefore, feel free to fill SRU / backport requests.

As soon as Debian wheezy is out, I will release the current upstream
version (0.3.5) as new package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048045

Title:
  PDF Chain error 256 when attempting to concatenate PDF files

To manage notifications about this bug go to:
https://bugs.launchpad.net/pdfchain/+bug/1048045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924039] Re: pdftk burst command creates invalid xref entries

2012-02-01 Thread Johann Felix Soden
** Changed in: pdftk (Ubuntu)
   Status: New => Invalid

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924039

Title:
  pdftk burst command creates invalid xref entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/924039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1001803] Re: pdftk fails - gcj.runtime.namefinder

2013-06-15 Thread Johann Felix Soden
Thanks for your bug report!

Normally  you should report bugs to the bug tracking system of the distribution 
you are using.
In your case: http://bugs.centos.org/ 
The second (less optimal) option  is to contact upstream directly ( 
http://www.pdflabs.com/company/contact/  ).

Anyway, I am interested if the bug affects also Debian and its
derivatives like Ubuntu. Would it be possible for you to make shirat.pdf
(or another pdf file which produces the same bug) available for testing
and debugging? Depending on its size, you can attach the pdf file to
this report, or upload it to a webspace and provide the link to it. If
the file need to be kept private, you can also send it to me directly
(see https://launchpad.net/~johfel  for details including GPG key).

** Changed in: pdftk (Ubuntu)
   Status: New => Incomplete

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001803

Title:
  pdftk fails - gcj.runtime.namefinder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1001803/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191381] Re: pdftk password decryption doesn't work

2013-06-15 Thread Johann Felix Soden
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Would it be possible for you to make the encrypted pdf file  (or a
similar pdf file with the same problems) including password available
for testing and debugging? Depending on its size, you can attach the pdf
file to this report, or upload it to a webspace and provide the link to
it. If the file is not for the public, you can also send it to me
directly (see https://launchpad.net/~johfel for details including GPG
key).

If this is not possible at all, it it still be helpful, if you can
provide more information about the pdf file. Especially, it would be
interesting which program generated/encrypted it and the pdf version and
the encryption method which were used. Does the password contain
uncommon characters (spaces, diacritics, ...)?

** Changed in: pdftk (Ubuntu)
   Status: New => Incomplete

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191381

Title:
  pdftk password decryption doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1191381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191381] Re: pdftk password decryption doesn't work [missing AES support]

2013-06-15 Thread Johann Felix Soden
** Summary changed:

- pdftk password decryption doesn't work
+ pdftk password decryption doesn't work [missing AES support]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191381

Title:
  pdftk password decryption doesn't work [missing AES support]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1191381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191381] Re: pdftk password decryption doesn't work [missing AES support]

2013-06-15 Thread Johann Felix Soden
Thanks for the information. Your pdf file is probably encrypted with AES
(supported since PDF 1.6) which is (still) not yet supported in pdftk.
The real bug is that pdftk does not detect, that it does not support it.

To circumvent the problem, you can open it with a viewer and print it
into a new pdf file - or replace pdftk with other tools.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191381

Title:
  pdftk password decryption doesn't work [missing AES support]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1191381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1197150] [NEW] Sync pdftk 2.01-1 (universe) from Debian unstable (main)

2013-07-02 Thread Johann Felix Soden
Public bug reported:

Please sync pdftk 2.01-1 (universe) from Debian unstable (main)

The Ubuntu delta
  * Build with gcj/g++-4.8 instead of 4.7, fixing FTBFS on armhf.
is now included in pdftk 2.01-1.

Changelog entries since current saucy version 1.45-1ubuntu1:

pdftk (2.01-1) unstable; urgency=low

  * New upstream version
- supports AES encryption. (Closes: #703591)
- crashes with some pdf 1.6 and 1.7 documents solved.
  (Closes: #706075,  #714518)
  * debian/patches/*: Drop upstream applied patches and rework the rest.
  * Build with gcj/g++-4.8 instead of -4.7.
  * Switch to debhelper compat v9.
  * debian/copyright: Update years and paths.
  * debian/control: Use anonscm.debian.org in VCS-* fields; Vcs-Git without
experimental branch.
  * Fix hyphens in man page.

 -- Johann Felix Soden   Mon, 01 Jul 2013 00:19:19
+0200

** Affects: pdftk (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197150

Title:
  Sync pdftk 2.01-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1197150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1191381] Re: pdftk password decryption doesn't work [missing AES support]

2013-07-06 Thread Johann Felix Soden
pdftk 2.0-1 which is now in Ubuntu Saucy supports AES encryption.

** Changed in: pdftk (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1191381

Title:
  pdftk password decryption doesn't work [missing AES support]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/1191381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 807409] Re: open office pdf has invalid characters

2011-09-08 Thread Johann Felix Soden
I can reproduce this bug with pdftk 1.41+dfsg-11 but not with the current pdftk 
1.44-3 version.
The reason is probable, that pdftk 1.44-* uses its own itext library 
(itext-paulo) like the 1.41-* versions in opposite to pdftk 1.41+dfsg-* which 
uses libitext-java.

** Changed in: pdftk (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/807409

Title:
  open office pdf has  invalid characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/807409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 807409] Re: open office pdf has invalid characters

2011-09-08 Thread Johann Felix Soden
The bug is in libitext-java (iText 2.1.7) and affects only the
1.41+dfsg-* versions of pdftk.

libitext-java changes the metada of the output pdf file (which is forced
by its license). It includes the text "modified using iText 2.1.7 [...]"
into the producer field.

The metadata in a pdf file can additionally be saved in XMP (Extensible
Metadata Platform).

OpenOffice seems to add XMP by default, Libreoffice only if it is asked (e.g. 
by using PDF/A-1a output). 
Both write the normal metadata using UTF-16.

libitext-java converts the metadata to UTF-8 but does not delete the
UTF-16 BOM which leads only to a wrong displayed producer entry if there
is no XMP data, but to a fail in the XML writer code with XMP.

** Also affects: libitext-java (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: pdftk (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/807409

Title:
  open office pdf has  invalid characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libitext-java/+bug/807409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 896628] Re: Please backport pdftk 1.44 for Lucid (10.04)

2011-11-27 Thread Johann Felix Soden
** Also affects: lucid-backports
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/896628

Title:
  Please backport pdftk 1.44 for Lucid (10.04)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lucid-backports/+bug/896628/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779908] Re: pdftk fails with "output" option

2011-06-27 Thread Johann Felix Soden
Thanks for all testing and the helpful reports!

I hope that I have found the reason now why the patch has stopped to work:
Since Ubuntu Natty (10.4) the language setting is no longer only by the LANG 
environment variable, but now 
additionally by the LC_MESSAGES, which pdftk does not overwrite yet.

So please try, if 
 LC_MESSAGES=C pdftk ...
or
 LC_MESSAGES= pdftk ... 
works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779908

Title:
  pdftk fails with "output" option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcj-4.5/+bug/779908/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 800703] Re: Changing the enviroment deletes the \

2011-06-22 Thread Johann Felix Soden
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug should be fixed
in the latest development version of Ubuntu - Oneiric Ocelot.

If you need a fix for the bug in previous versions of Ubuntu, please
follow the instructions for "How to request new packages" at
https://help.ubuntu.com/community/UbuntuBackports#request-new-packages

** Bug watch added: Debian Bug tracker #590926
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590926

** Also affects: vim-latexsuite (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590926
   Importance: Unknown
   Status: Unknown

** Changed in: vim-latexsuite (Ubuntu)
   Status: New => Fix Released

** Changed in: vim-latexsuite (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/800703

Title:
  Changing the enviroment deletes the \

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim-latexsuite/+bug/800703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597871] Re: pdf compression does not work for uncompressed pdfs

2010-06-29 Thread Johann Felix Soden
** Changed in: pdftk (Ubuntu)
   Status: New => Confirmed

-- 
pdf compression does not work for uncompressed pdfs
https://bugs.launchpad.net/bugs/597871
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712132] Re: Java Package Dependencies

2011-02-02 Thread Johann Felix Soden
pdftk does not use the installed java runtime directly by calling
'java', but links binary to the CNI (Cygnus Native Interface for
C++/Java Integration) which comes only with libgcj.

Some of the packages which pdftk seems to depend on are only (indirect)
recommends/suggestions from other packages. As far as I can see, you can
remove them without problems, like icedtea-6-jre-cacao.

It seems that you have installed your JDK to /opt/jdk manually.
Therefore it cannot and should not be detected by the package  manager.
To circumvent this, you can theoretically use self-generated dummy
packages (for example using equivs), but this is a little complicated
and you cannot expect any support.

The current pdftk 1.44-1 version in Natty Narwhal has somewhat less
dependencies on other packages, but needs in exchange more disk space.


** Changed in: pdftk (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712132

Title:
  Java Package Dependencies

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779908] Re: pdftk fails with "output" option

2011-05-12 Thread Johann Felix Soden
Thanks for the answers and the new report!

Using the current Ubuntu Live CD, I could sadly not really reproduce
this bug. Only when the output file is the same as the input file but
with different path  ( pdftk /tmp/x.pdf output /tmp/./x.pdf ), pdftk
crashes analog to the here described behaviour - which seems to be
another (maybe related) bug.

I made a version of pdftk containing more debugging information- the
stack-trace printing should work with it better. The ppa can be found at
https://launchpad.net/~johfel/+archive/pdftk . Please install
additionally  the libgcj11-dbg package. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779908

Title:
  pdftk fails with "output" option

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779908] Re: pdftk fails with "output" option

2011-05-13 Thread Johann Felix Soden
** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779908

Title:
  pdftk fails with "output" option

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 774052] Re: Pdftk fails on PDF annotations added from Evince

2011-05-13 Thread Johann Felix Soden
Thank you for taking the time to report this bug.

I made a version of pdftk containing more debugging information - the
stack trace should be more usable.  You can find the ppa at
https://launchpad.net/~johfel/+archive/pdftk . Please install
additionally the libgcj11-dbg package. Thanks!


** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774052

Title:
  Pdftk fails on PDF annotations added from Evince

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 680896] Re: pdftk does not accept filenames that start with "end"

2011-05-29 Thread Johann Felix Soden
Thank you for taking the time to report this issue and helping to make Ubuntu 
better.
As mentioned, it is fixed since Natty.

If you need a fix for the bug in Lucid or any other older versions of
Ubuntu, please follow the instructions for "How to request new packages"
at https://help.ubuntu.com/community/UbuntuBackports#request-new-
packages

** Changed in: pdftk (Ubuntu)
   Status: New => Fix Released

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/680896

Title:
  pdftk does not accept filenames that start with "end"

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779908] Re: pdftk fails with "output" option

2011-05-29 Thread Johann Felix Soden
It seems that the gcj-4.5 java library is initialized before pdftk can
set LANG=C. So only setting LANG=C in the environment before starting
the pdftk seems to work.  However, with gcj-4.6 (Debian sid) the
workaround seems to work again.

The error in the gcj java runtime library can be easily reproduced by
the attached small java program.

It seems that all month abbreviation for LANG=de_DE are empty and it
crashes for LANG=de_AT between April and December which is clearly a bug
in gcj.

 $ gcj -C TestDateFormat.java
 $ LANG=de_DE gij TestDateFormat
 So.  29 12:57:20 MESZ 2011
 => empty Month abbreviation 

 $ LANG=de_AT gij TestDateFormat
 Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 4
   at java.text.SimpleDateFormat.formatWithAttribute(SimpleDateFormat.java:793)
   at java.text.SimpleDateFormat.format(SimpleDateFormat.java:845)
   at java.text.DateFormat.format(DateFormat.java:419)
   at TestDateFormat.main(TestDateFormat.java:12)
  => crash

 $ LANG=de_AT faketime "2010-3-1"  gij TestDateFormat
 Mo. M�r 01 00:00:00 GMT+01:00 2010
 => between January and March it "works", but with wrong encoding

 $ LANG=C gij TestDateFormat
 Sun May 29 12:54:42 GMT+02:00 2011
 => works anytime


** Attachment added: "Java test program to reproduce the bug in gcj java 
runtime library"
   
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/779908/+attachment/2146700/+files/TestDateFormat.java

** Changed in: pdftk (Ubuntu)
   Status: Incomplete => Confirmed

** Also affects: gcj-4.5 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779908

Title:
  pdftk fails with "output" option

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 779908] Re: pdftk fails with "output" option

2011-05-11 Thread Johann Felix Soden
Thank you for taking the time to report this bug.

It seems that a double exception occurs: First something unknown throws
an exception, then the Stack-Tracer fails.

To track the bug down, here two questions:
1) Have you tried different input pdf files?
2) Does something like pdftk a.pdf dump_data output /tmp/a.txt work?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779908

Title:
  pdftk fails with "output" option

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 173208] Re: java.lang.ClassNotFoundException: org.bouncycastle.jce.provider.BouncyCastleProvider (missing dependency)

2011-04-13 Thread Johann Felix Soden
ClassNotFoundExceptions occurs if any java security package like
libgnucrypto-java or libbcprov-java is removed but not purged. Then
obsolete files in /etc/java/security/security.d remains which links to
not available libraries. The java runtime, which is not aware of any
package status, tries to load all in /etc/java/security/security.d
listed libraries and produce then warnings for each unavailable library.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/173208

Title:
  java.lang.ClassNotFoundException:
  org.bouncycastle.jce.provider.BouncyCastleProvider (missing
  dependency)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597871] Re: pdf compression does not work for uncompressed pdfs

2010-11-03 Thread Johann Felix Soden
** Changed in: pdftk (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
pdf compression does not work for uncompressed pdfs
https://bugs.launchpad.net/bugs/597871
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 670706] [NEW] Sync pdftk 1.44-1 (universe) from Debian experimental (main)

2010-11-03 Thread Johann Felix Soden
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

 affects ubuntu/pdftk
 status new
 importance wishlist
 subscribe ubuntu-sponsors
 done

Please sync pdftk 1.44-1 (universe) from Debian experimental (main)

Changelog entries since current natty version 1.41+dfsg-9:

pdftk (1.44-1) experimental; urgency=low

  * New upstream version. (Closes: #600791)
  * debian/NEWS: Add notice about the new *_utf8 operations.
  * Upstream has DFSG-cleaned the bundled itext-paulo library.
- debian/{control,rules}: Switch back to usage of bundled libraries.
  + This fix a problem with generate_fdf. (Closes: #588074)
- Repacking is not needed anymore. Change debian/watch accordingly.
  * debian/patches/*: Drop all patches that are now applied
by upstream or adapts pdftk to itext 2.1.7.
  * debian/copyright: Add copyright information of the bundled libraries and
update copyright years.
  * debian/patches/customise_build_parameters replaces the old
build_with_gcc-4.3 patch.
  * Update debian/(control,copyright,watch) to new upstream homepage.
  * Install the now with upstream coming man page and changelog.

 -- Johann Felix Soden   Sat, 30 Oct 2010 23:30:30 +0200

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJM0fnTAAoJEINZGTv9ywnEMTYP/2yMLZdd9IvlwfFwU3C+S3B3
BvOVKaH2vpCr2sZXIGoJ8lMrgni19H01CYHouzPFMFxYczfPvKoNsNiRmwdAwtoZ
wlQYNZZ5TzdEZE3qWwPZtNiYW5ZiEPT1xhDZwHx1AgcTFKbhKXzyud3UGFQtDoI1
vmyUaAw08SjjQwB6Uosl2o5TjgUvj0mjwkuEcdiD8Z0JVmoqaZNPumGRBx/UMu9Q
6rKaGDpRHciubyiD+aEleieC6YWGKmUUNbwKCGlR8STQepaBbftALyAg+w90CnnR
aKnL1LMfx2NXxxOrB4BC2hk08py9SIo4J+nU3TRjDat4V+D7BQOWPYKSE2bxGUJx
1w86b3H0JIg5QRbBaw4Xe9GouTpslzhftthVp6CSCwnugNNWcDBzFG5MVrOhErnI
Ji3MKd+BE20UKVb1f7yJ4b04y93Y7q4Duhc7LzAUBvZeFGpYKIds5eRx5/quLHFP
pF8v7UYVO3WBboe0szf7z3B3AvR0ia7QnE8M8ADWVdefpgTadxJN+x76bd4HWqDC
znlSRo3xOmghCeo/JA9mc/CHG3t5CxXBx4H4MWmJDEf4Nfgxy/ZFg4Q1LBoWq2Hv
4B+KuTAnLA5nw2wTbVsVw+XyD6Ck0ClwjTBm6AQRh6uP6xBSDMFaBmgyimzu5o5j
FS6/pcq4NHUyLGHnPzf7
=RUsr
-END PGP SIGNATURE-

** Affects: pdftk (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Sync pdftk 1.44-1 (universe) from Debian experimental (main)
https://bugs.launchpad.net/bugs/670706
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 304448] Re: [Hardy] pdftk segfault

2010-10-06 Thread Johann Felix Soden
Since this bug should be solved in newer package versions, I close this
report.

** Changed in: pdftk (Ubuntu)
   Status: New => Fix Released

-- 
[Hardy] pdftk segfault
https://bugs.launchpad.net/bugs/304448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 573899] Re: vimlatex-suite breaks on non-existant errors when using pst-infixplot

2010-06-17 Thread Johann Felix Soden
This bug seems to be solved in package version 20100129-2.
Can someone else test this, please?

-- 
vimlatex-suite breaks on non-existant errors when using pst-infixplot
https://bugs.launchpad.net/bugs/573899
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 573899] Re: vimlatex-suite breaks on non-existant errors when using pst-infixplot

2010-06-17 Thread Johann Felix Soden
** Changed in: vim-latexsuite (Ubuntu)
   Status: New => Fix Released

-- 
vimlatex-suite breaks on non-existant errors when using pst-infixplot
https://bugs.launchpad.net/bugs/573899
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652031] Re: Merge fails if path to files contains white spaces

2010-09-30 Thread Johann Felix Soden
Thanks for your report. At the moment, only ordinary spaces seems to be handled 
correctly.
If other white-space characters (like tabs or newlines) are in the path, 
pdfchain fails, which I can reproduce.
It seems that your path contains at least one newline character. If not, does 
the path contain some other special character?
Can you check this, please?

-- 
Merge fails if path to files contains white spaces
https://bugs.launchpad.net/bugs/652031
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 618322] Re: uncompress option not working

2010-08-16 Thread Johann Felix Soden
Thanks for your report.
Indeed, uncompression does not work in pdftk version 1.41+dfsg-1, but should 
work in earlier and newer versions, since it was fixed in 1.41+dfsg-2. So the 
bug should be limited to Karmic.
See the package changelog (/usr/share/doc/pdftk/changelog.Debian.gz) for all 
changes.

** Changed in: pdftk (Ubuntu)
   Status: New => Fix Released

-- 
uncompress option not working
https://bugs.launchpad.net/bugs/618322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 450544] Re: itext: *.afm files missing from com.lowagie.text.pdf.fonts

2010-08-16 Thread Johann Felix Soden
This bug was fixed in pdftk 1.41+dfsg-4. Lucid includes pdftk
1.41+dfsg-7.

** Changed in: pdftk (Ubuntu)
   Status: New => Fix Released

** Changed in: pdftk (Ubuntu)
 Assignee: (unassigned) => Johann Felix Soden (johfel)

-- 
itext: *.afm files missing from com.lowagie.text.pdf.fonts
https://bugs.launchpad.net/bugs/450544
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597871] Re: pdf compression does not work for uncompressed pdfs

2010-08-08 Thread Johann Felix Soden
This bug should be solved in pdftk-1.41+dfsg-9.

** Changed in: pdftk (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
pdf compression does not work for uncompressed pdfs
https://bugs.launchpad.net/bugs/597871
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 505027] Re: package fig2sty 1:0.1-13 failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2010-08-08 Thread Johann Felix Soden
Fixed in fig2sty 1:0.1-14.

** Changed in: fig2sty (Ubuntu)
   Status: New => Fix Released

-- 
package fig2sty 1:0.1-13 failed to install/upgrade: subprocess installed 
post-removal script returned error exit status 127
https://bugs.launchpad.net/bugs/505027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 180786] Re: Cannot install on Gutsy

2010-08-08 Thread Johann Felix Soden
** Changed in: complearn-gui (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Cannot install on Gutsy
https://bugs.launchpad.net/bugs/180786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs