[jira] [Updated] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tilman Hausherr (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4435:

Labels: print printing  (was: )

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
>  Labels: print, printing
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748375#comment-16748375
 ] 

Tilman Hausherr commented on PDFBOX-4435:
-

You could try… my feeling is that it is unfixable, because it's the only way to 
pass the transparency, which is why I haven't attempted to report it myself, 
although I recently got a more direct access to their bug tracker. Maybe it's 
different for a paid subscriber. 

The speed and the rasterization are the same problem IMHO, see also 
https://blog.idrsolutions.com/2012/05/avoid-transparency-when-printing-in-java/

And I searched again today, and maybe it is a industry-wide problem:
https://stackoverflow.com/questions/6286665/what-causes-wpf-printer-output-to-be-rasterized

If possible I'd like to see the file you mention.

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748261#comment-16748261
 ] 

Tres Finocchiaro commented on PDFBOX-4435:
--

That article claims that there are performance issues, not that it's 
unsupported.  Are they the same issue (I assume so, 27 minutes to print is 
atrocious :))

Is there something that an Oracle subscriber can do to help?  Today, 
coincidentally, I just received another, separate client report out of memory 
issues on another, unrelated PDF and when I test it, I can confirm that 
PDFBOX/Java prints it to raster and it uses over 1GB of ram to print.  If it's 
not an upstream bug, perhaps we can add some compat code to disable 
transparency altogether?

If it is upstream, I'm not afraid to reach out to Oracle for support (again :)).

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748261#comment-16748261
 ] 

Tres Finocchiaro edited comment on PDFBOX-4435 at 1/21/19 11:03 PM:


That article claims that there are performance issues, not that it's 
unsupported.  Are they the same issue (I assume so, 27 minutes to print is 
atrocious :))

Is there something that an Oracle subscriber can do to help?  Today, 
coincidentally, I just received another, separate client report out of memory 
issues on another, unrelated PDF and when I test it, I can confirm that 
PDFBOX/Java prints it to raster and it uses over 1GB of ram to print.  If it's 
not an upstream bug, perhaps we can add some compat code to disable 
transparency altogether?

If it is upstream, I'm [not afraid to reach out to Oracle for 
support|https://issues.apache.org/jira/browse/PDFBOX-2682?focusedCommentId=15982293=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-15982293]
 (again :)).


was (Author: tresf):
That article claims that there are performance issues, not that it's 
unsupported.  Are they the same issue (I assume so, 27 minutes to print is 
atrocious :))

Is there something that an Oracle subscriber can do to help?  Today, 
coincidentally, I just received another, separate client report out of memory 
issues on another, unrelated PDF and when I test it, I can confirm that 
PDFBOX/Java prints it to raster and it uses over 1GB of ram to print.  If it's 
not an upstream bug, perhaps we can add some compat code to disable 
transparency altogether?

If it is upstream, I'm not afraid to reach out to Oracle for support (again :)).

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4071) Improve code quality (3)

2019-01-21 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748207#comment-16748207
 ] 

ASF subversion and git services commented on PDFBOX-4071:
-

Commit 1851772 from Tilman Hausherr in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1851772 ]

PDFBOX-4071: remove unused import

> Improve code quality (3)
> 
>
> Key: PDFBOX-4071
> URL: https://issues.apache.org/jira/browse/PDFBOX-4071
> Project: PDFBox
>  Issue Type: Task
>Affects Versions: 2.0.8
>Reporter: Tilman Hausherr
>Priority: Major
> Attachments: pdfbox-screenshot-bad.png, pdfbox-screenshot-good.png
>
>
> This is a longterm issue for the task to improve code quality, by using the 
> [SonarQube 
> report|https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor],
>  hints in different IDEs, the FindBugs tool and other code quality tools.
> This is a follow-up of PDFBOX-2852, which was getting too long.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4071) Improve code quality (3)

2019-01-21 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748208#comment-16748208
 ] 

ASF subversion and git services commented on PDFBOX-4071:
-

Commit 1851773 from Tilman Hausherr in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1851773 ]

PDFBOX-4071: remove unused import

> Improve code quality (3)
> 
>
> Key: PDFBOX-4071
> URL: https://issues.apache.org/jira/browse/PDFBOX-4071
> Project: PDFBox
>  Issue Type: Task
>Affects Versions: 2.0.8
>Reporter: Tilman Hausherr
>Priority: Major
> Attachments: pdfbox-screenshot-bad.png, pdfbox-screenshot-good.png
>
>
> This is a longterm issue for the task to improve code quality, by using the 
> [SonarQube 
> report|https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor],
>  hints in different IDEs, the FindBugs tool and other code quality tools.
> This is a follow-up of PDFBOX-2852, which was getting too long.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748206#comment-16748206
 ] 

Tilman Hausherr commented on PDFBOX-4435:
-

This is a longtime problem… see the link I posted last time, and here's another 
one:
https://kbdeveloper.qoppa.com/slow-when-printing-a-page-that-has-a-watermark/

The ExtGState resources - ca and CA, also blend modes. And of course group 
entries.

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748196#comment-16748196
 ] 

Tres Finocchiaro commented on PDFBOX-4435:
--

{quote}_A /ca 0 makes no sense - why not just leave off what you don't want to 
see?_ 
{quote}
That fixed it.   Agreed and I've asked the OP to go back to the 3rd party and 
ask them to correct this document.  This information is very helpful.


{quote}_I can't just drop stuff under the table because I suspect it will 
result in rasterization, people couldl get wrong prints._
{quote}
 

Agreed, I just fear this problem will keep coming back.  The quality is so 
drastically affected, a workaround would help.

 
{quote}_That's java that does this._
{quote}
 

I don't know the details on this but I assume it's not a "bug"?  Our users 
usually want to avoid rasterization at all costs for reasons mentioned 
previously and anything to help that out (upstream bug report with oracle or 
downstream workaround from PDFBOX) would certainly help.  At this point, we'd 
even be open to scraping the PDF content ourselves for "bad" objects, but I 
wouldn't even know where to start looking.

 

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4438) PDF is not bold

2019-01-21 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748187#comment-16748187
 ] 

Tilman Hausherr commented on PDFBOX-4438:
-

I don't have them bold on Windows 10. I get a warning that fallback font 
ArialUnicodeMS is used. You can't really expect a specific result when fonts 
are not embedded. It depends on what's on your pc.

> PDF is not bold
> ---
>
> Key: PDFBOX-4438
> URL: https://issues.apache.org/jira/browse/PDFBOX-4438
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: K4SystemFontsNotEmbeded218.PDF, 
> VariousKFontsNotembeded218.PDF
>
>
> VariousKFontsNotembeded218.PDF
> K4SystemFontsNotEmbeded218.PDF
>  
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
> K4SystemFontsNotEmbeded218.PDF
> Don't come out as bold, on Windows 10 with Adobe Reader and 
> FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they 
> are not bold
>  
> [http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/misc/FontPack1900820071_XtdAlf_Lang_DC.msi]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748180#comment-16748180
 ] 

Tilman Hausherr commented on PDFBOX-4435:
-

That's java that does this. I got rid of it by removing the /Group thing and 
the "/ca 0" somewhere. Don't know if the /Group thing was relevant. A /ca 0 
makes no sense - why not just leave off what you don't want to see? Oops, it's 
not your file, but that's the cause there. I can't just drop stuff under the 
table because I suspect it will result in rasterization, people couldl get 
wrong prints.

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4071) Improve code quality (3)

2019-01-21 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748172#comment-16748172
 ] 

ASF subversion and git services commented on PDFBOX-4071:
-

Commit 1851764 from Tilman Hausherr in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1851764 ]

PDFBOX-4071: include text in exception

> Improve code quality (3)
> 
>
> Key: PDFBOX-4071
> URL: https://issues.apache.org/jira/browse/PDFBOX-4071
> Project: PDFBox
>  Issue Type: Task
>Affects Versions: 2.0.8
>Reporter: Tilman Hausherr
>Priority: Major
> Attachments: pdfbox-screenshot-bad.png, pdfbox-screenshot-good.png
>
>
> This is a longterm issue for the task to improve code quality, by using the 
> [SonarQube 
> report|https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor],
>  hints in different IDEs, the FindBugs tool and other code quality tools.
> This is a follow-up of PDFBOX-2852, which was getting too long.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4071) Improve code quality (3)

2019-01-21 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748174#comment-16748174
 ] 

ASF subversion and git services commented on PDFBOX-4071:
-

Commit 1851765 from Tilman Hausherr in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1851765 ]

PDFBOX-4071: include text in exception

> Improve code quality (3)
> 
>
> Key: PDFBOX-4071
> URL: https://issues.apache.org/jira/browse/PDFBOX-4071
> Project: PDFBox
>  Issue Type: Task
>Affects Versions: 2.0.8
>Reporter: Tilman Hausherr
>Priority: Major
> Attachments: pdfbox-screenshot-bad.png, pdfbox-screenshot-good.png
>
>
> This is a longterm issue for the task to improve code quality, by using the 
> [SonarQube 
> report|https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor],
>  hints in different IDEs, the FindBugs tool and other code quality tools.
> This is a follow-up of PDFBOX-2852, which was getting too long.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4439) Digital signature image is not rendered

2019-01-21 Thread Tilman Hausherr (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4439:

Component/s: Rendering

> Digital signature image is not rendered
> ---
>
> Key: PDFBOX-4439
> URL: https://issues.apache.org/jira/browse/PDFBOX-4439
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Reporter: simon steiner
>Priority: Major
> Attachments: notembedded_pm65.pdf
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
> notembedded_pm65.pdf
>  
> Picture of a face is not rendered



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4439) Digital signature image is not rendered

2019-01-21 Thread Tilman Hausherr (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4439:

Affects Version/s: 2.0.13

> Digital signature image is not rendered
> ---
>
> Key: PDFBOX-4439
> URL: https://issues.apache.org/jira/browse/PDFBOX-4439
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.13
>Reporter: simon steiner
>Priority: Major
> Attachments: notembedded_pm65.pdf
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
> notembedded_pm65.pdf
>  
> Picture of a face is not rendered



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748147#comment-16748147
 ] 

Tres Finocchiaro edited comment on PDFBOX-4435 at 1/21/19 6:39 PM:
---

It's definitely rasterizing.  Here's a comparison (PDFBOX 2.0.13, Java 8u192, 
Windows 10)

[^comparison.png]
 * PDFBOX printed through PDFCreator = rasterized
 * Preview in Acrobat = vector
 * Acrobat printed through PDFCreator = vector

Command line: 

{{*> java -jar pdfbox-app-2.0.13.jar PrintPDF -printerName PDFCreator 
label.pdf*}}

 
{quote}I assume you wrote this from looking at the result PDFs when printing to 
PDF.
{quote}
Correct.


was (Author: tresf):
It's definitely rasterizing.  Here's a comparison (PDFBOX 2.0.13, Java 8u192, 
Windows 10)

[^comparison.png]
 * PDFBOX printed through PDFCreator = rasterized
 * Preview in Acrobat = vector
 * Acrobat printed through PDFCreator = vector

Command line: 

{{*> java -jar pdfbox-app-2.0.13.jar PrintPDF -printerName PDFCreator 
label.pdf*}}

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4439) Digitial signature image is not rendered

2019-01-21 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748152#comment-16748152
 ] 

Tilman Hausherr commented on PDFBOX-4439:
-

I have no idea where the face comes from, maybe Adobe makes that up to indicate 
that the certificate is self-signed?

Root/Pages/Kids/[0]/Annots/[0]/AP/N/Resources/XObject/FRM/Resources/XObject/n1

has only the colors yellow and grey (use PDFDebugger and hover over the "rg" in 
"1 1 0.4 rg"), but nowhere the orange of the face.

GS, Edge and Chrome don't show the face either.

> Digitial signature image is not rendered
> 
>
> Key: PDFBOX-4439
> URL: https://issues.apache.org/jira/browse/PDFBOX-4439
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: notembedded_pm65.pdf
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
> notembedded_pm65.pdf
>  
> Picture of a face is not rendered



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4439) Digital signature image is not rendered

2019-01-21 Thread Tilman Hausherr (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4439:

Summary: Digital signature image is not rendered  (was: Digitial signature 
image is not rendered)

> Digital signature image is not rendered
> ---
>
> Key: PDFBOX-4439
> URL: https://issues.apache.org/jira/browse/PDFBOX-4439
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: notembedded_pm65.pdf
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
> notembedded_pm65.pdf
>  
> Picture of a face is not rendered



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748147#comment-16748147
 ] 

Tres Finocchiaro commented on PDFBOX-4435:
--

It's definitely rasterizing.  Here's a comparison (PDFBOX 2.0.13, Java 8u192, 
Windows 10)

[^comparison.png]
 * PDFBOX printed through PDFCreator = rasterized
 * Preview in Acrobat = rasterized
 * Acrobat printed through PDFCreator = rasterized.

Command line: 

{{*> java -jar pdfbox-app-2.0.13.jar PrintPDF -printerName PDFCreator 
label.pdf*}}

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748147#comment-16748147
 ] 

Tres Finocchiaro edited comment on PDFBOX-4435 at 1/21/19 6:36 PM:
---

It's definitely rasterizing.  Here's a comparison (PDFBOX 2.0.13, Java 8u192, 
Windows 10)

[^comparison.png]
 * PDFBOX printed through PDFCreator = rasterized
 * Preview in Acrobat = vector
 * Acrobat printed through PDFCreator = vector

Command line: 

{{*> java -jar pdfbox-app-2.0.13.jar PrintPDF -printerName PDFCreator 
label.pdf*}}


was (Author: tresf):
It's definitely rasterizing.  Here's a comparison (PDFBOX 2.0.13, Java 8u192, 
Windows 10)

[^comparison.png]
 * PDFBOX printed through PDFCreator = rasterized
 * Preview in Acrobat = rasterized
 * Acrobat printed through PDFCreator = rasterized.

Command line: 

{{*> java -jar pdfbox-app-2.0.13.jar PrintPDF -printerName PDFCreator 
label.pdf*}}

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tres Finocchiaro updated PDFBOX-4435:
-
Attachment: comparison.png

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, comparison.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tilman Hausherr (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748141#comment-16748141
 ] 

Tilman Hausherr commented on PDFBOX-4435:
-

I don't see that the file from this issue is rasterized by PDFBox. This is the 
printer driver that does this. I assume you wrote this from looking at the 
result PDFs when printing to PDF.

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4435) Poor quality printing of PDF label

2019-01-21 Thread Tres Finocchiaro (JIRA)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16748121#comment-16748121
 ] 

Tres Finocchiaro commented on PDFBOX-4435:
--

[~tilman] I really like the proposal that PDFBOX will be able to honor some 
rendering hints.

 

I have to mention I also feel the underlying issue (the PDF is always 
rasterized) is the root of the problem.  Is there a way for PDFBOX to NEVER 
rasterize?  We have some clients on low-resource computers, and often the 
compatibility issues originate as performance issues since rasterization takes 
more memory and CPU.

> Poor quality printing of PDF label
> --
>
> Key: PDFBOX-4435
> URL: https://issues.apache.org/jira/browse/PDFBOX-4435
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.3, 2.0.13, 2.0.14
> Environment: Lubuntu 16.04, GK420d printer, CL-S400DT(Z) printer
>Reporter: David Hancock
>Priority: Major
> Fix For: 2.0.14, 3.0.0 PDFBox
>
> Attachments: before_after.png, label-pdfbox-1-8.jpg, 
> label-pdfbox-2-0.jpg, label.pdf, label.png
>
>
> Hello,
> I'm experiencing poor quality printing of PDF courier labels with PDFBox when 
> printing from the command line with the following command:
> {noformat}
> java -jar pdfbox-app-*.jar PrintPDF label.pdf
> {noformat}
> This makes scanning the QR code on these labels troublesome.
> I've tried versions 2.0.3, 2.0.13, 2.0.14 (SNAPSHOT) and all produce the same 
> quality issue. Interestingly version 1.8.16 does not appear to suffer from 
> this issue.
> I have tried 2 different thermal printers, a GK420d and a CITIZEN 
> CL-S400DT(Z) and both output the same.
> When printing the label directly from the GNOME document viewer (Evince) the 
> label prints clearly on both printers.
> Please find examples of these labels attached.
> Can anything be done to prevent these quality issues?
> Thanks,
> David



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Created] (PDFBOX-4439) Digitial signature image is not rendered

2019-01-21 Thread simon steiner (JIRA)
simon steiner created PDFBOX-4439:
-

 Summary: Digitial signature image is not rendered
 Key: PDFBOX-4439
 URL: https://issues.apache.org/jira/browse/PDFBOX-4439
 Project: PDFBox
  Issue Type: Bug
Reporter: simon steiner
 Attachments: notembedded_pm65.pdf

java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
notembedded_pm65.pdf

 

Picture of a face is not rendered



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4439) Digitial signature image is not rendered

2019-01-21 Thread simon steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated PDFBOX-4439:
--
Attachment: notembedded_pm65.pdf

> Digitial signature image is not rendered
> 
>
> Key: PDFBOX-4439
> URL: https://issues.apache.org/jira/browse/PDFBOX-4439
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: notembedded_pm65.pdf
>
>
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
> notembedded_pm65.pdf
>  
> Picture of a face is not rendered



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4438) PDF is not bold

2019-01-21 Thread simon steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated PDFBOX-4438:
--
Attachment: VariousKFontsNotembeded218.PDF

> PDF is not bold
> ---
>
> Key: PDFBOX-4438
> URL: https://issues.apache.org/jira/browse/PDFBOX-4438
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: K4SystemFontsNotEmbeded218.PDF, 
> VariousKFontsNotembeded218.PDF
>
>
> VariousKFontsNotembeded218.PDF
> K4SystemFontsNotEmbeded218.PDF
> Don't come out as bold, on Windows 10 with Adobe Reader and 
> FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they 
> are not bold



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4438) PDF is not bold

2019-01-21 Thread simon steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated PDFBOX-4438:
--
Description: 
VariousKFontsNotembeded218.PDF

K4SystemFontsNotEmbeded218.PDF

 

java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
K4SystemFontsNotEmbeded218.PDF

Don't come out as bold, on Windows 10 with Adobe Reader and 
FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they are 
not bold

 

[http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/misc/FontPack1900820071_XtdAlf_Lang_DC.msi]

  was:
VariousKFontsNotembeded218.PDF

K4SystemFontsNotEmbeded218.PDF

Don't come out as bold, on Windows 10 with Adobe Reader and 
FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they are 
not bold

 

http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/misc/FontPack1900820071_XtdAlf_Lang_DC.msi


> PDF is not bold
> ---
>
> Key: PDFBOX-4438
> URL: https://issues.apache.org/jira/browse/PDFBOX-4438
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: K4SystemFontsNotEmbeded218.PDF, 
> VariousKFontsNotembeded218.PDF
>
>
> VariousKFontsNotembeded218.PDF
> K4SystemFontsNotEmbeded218.PDF
>  
> java -jar ~/pdf-box-svn/app/target/pdfbox-app-3.0.0-SNAPSHOT.jar  PDFToImage 
> K4SystemFontsNotEmbeded218.PDF
> Don't come out as bold, on Windows 10 with Adobe Reader and 
> FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they 
> are not bold
>  
> [http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/misc/FontPack1900820071_XtdAlf_Lang_DC.msi]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4438) PDF is not bold

2019-01-21 Thread simon steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated PDFBOX-4438:
--
Description: 
VariousKFontsNotembeded218.PDF

K4SystemFontsNotEmbeded218.PDF

Don't come out as bold, on Windows 10 with Adobe Reader and 
FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they are 
not bold

 

http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/misc/FontPack1900820071_XtdAlf_Lang_DC.msi

  was:
VariousKFontsNotembeded218.PDF

K4SystemFontsNotEmbeded218.PDF

Don't come out as bold, on Windows 10 with Adobe Reader and 
FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they are 
not bold


> PDF is not bold
> ---
>
> Key: PDFBOX-4438
> URL: https://issues.apache.org/jira/browse/PDFBOX-4438
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: K4SystemFontsNotEmbeded218.PDF, 
> VariousKFontsNotembeded218.PDF
>
>
> VariousKFontsNotembeded218.PDF
> K4SystemFontsNotEmbeded218.PDF
> Don't come out as bold, on Windows 10 with Adobe Reader and 
> FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they 
> are not bold
>  
> http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/misc/FontPack1900820071_XtdAlf_Lang_DC.msi



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4438) PDF is not bold

2019-01-21 Thread simon steiner (JIRA)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner updated PDFBOX-4438:
--
Attachment: K4SystemFontsNotEmbeded218.PDF

> PDF is not bold
> ---
>
> Key: PDFBOX-4438
> URL: https://issues.apache.org/jira/browse/PDFBOX-4438
> Project: PDFBox
>  Issue Type: Bug
>Reporter: simon steiner
>Priority: Major
> Attachments: K4SystemFontsNotEmbeded218.PDF, 
> VariousKFontsNotembeded218.PDF
>
>
> VariousKFontsNotembeded218.PDF
> K4SystemFontsNotEmbeded218.PDF
> Don't come out as bold, on Windows 10 with Adobe Reader and 
> FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they 
> are not bold



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Created] (PDFBOX-4438) PDF is not bold

2019-01-21 Thread simon steiner (JIRA)
simon steiner created PDFBOX-4438:
-

 Summary: PDF is not bold
 Key: PDFBOX-4438
 URL: https://issues.apache.org/jira/browse/PDFBOX-4438
 Project: PDFBox
  Issue Type: Bug
Reporter: simon steiner


VariousKFontsNotembeded218.PDF

K4SystemFontsNotEmbeded218.PDF

Don't come out as bold, on Windows 10 with Adobe Reader and 
FontPack1900820071_XtdAlf_Lang_DC.msi they show as Bold, on Windows 7 they are 
not bold



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org