RE: [VOTE] Merge Temp_MergeTaggedPDF to trunk

2015-02-16 Thread A Gian



Hello Luis,thanks for taking the time to test the patch. From a quick look I 
had, it seems  this is a legit issue (the reading order is wrong -- I can not 
reproduce the long pause between lines). 
Thanasis

Date: Sun, 15 Feb 2015 23:44:37 +
From: lmpmberna...@gmail.com
To: fop-dev@xmlgraphics.apache.org
Subject: Re: [VOTE] Merge Temp_MergeTaggedPDF to trunk


  

  
  


  Thank you. That worked.

  

  What happens when a document with the first limitation is used? I
  assume the output is not correct, but in what way?

  

  I performed a simple search for tagged pdf example. One of the
  first hits is this link:
http://www.pdf-accessibility.com/turnkey-solution/see-an-example-of-an-accessible-pdf/.

  

  The sample there does not work very well with this patch. The
  content is read in a different order. And there are long pauses
  between lines, something that does not happen with the original (I
  only tested with Adobe Reader in Windows 8.1). Is this sample an
  example that this patch does not support? Or is the problem with
  Adobe Reader?

  

  On 2/15/15 7:47 PM, Simon Steiner wrote:



  
  
  
  
Hi,
 
If you use
pdfplugin, delete fontbox 1.8 jar in fop and copy pdfbox and
fontbox pdfplugin jars to fop.
 
Thanks
 

  
From: Luis Bernardo
[mailto:lmpmberna...@gmail.com] 

Sent: 15 February 2015 19:16

To: fop-dev@xmlgraphics.apache.org

Subject: Re: [VOTE] Merge Temp_MergeTaggedPDF to
trunk
  

 

  

Given the fact that fop-pdf-images (including this branch)
uses pdfbox 2.0 snapshots while fop trunk uses 1.8.5 (the
fontbox jar) I think we need some information on how to test
this. I thought that using the recent pdfbox 1.8.8 jars
would work but it doesn't seem to be the case. What version
of pdfbox jars should we use with fop?



Also, I would like to suggest that if we run two votes in
parallel then 5 working days for both votes may not be
enough...



On 2/10/15 11:04 AM, Simon Steiner wrote:


  Hi,
   
  Thanasis Giannimaras provided patch to
merge Tagged PDF for pdf plugin and small patch for fop.
   
  Known Limitations :
   
  - Only PDF with marked-content sequences
in the page content stream are supported. Marked-content
sequences in content stream other than the content stream of
the page are not supported.
  - Repeated headers and footers are not
completely supported. Example: 2-page pdf including table
that spans both pages with repeated header. If you merge the
second page, the table header will be visible in the pdf but
the reader will ignore it (same principle applies for
repeated footers).
   
  In order to use this feature,
accessibility must be enabled in the configuration file and
the source pdf must be accessible (tagged).
   
  The vote will last 5 working days, ending
next Tuesday.
   
  https://issues.apache.org/jira/browse/FOP-2436
  
https://svn.apache.org/repos/asf/xmlgraphics/fop-pdf-images/branches/Temp_MergeTaggedPDF
   
  Here is my vote: +1
   
  Thanks

 
  



  

RE: [jira] [Commented] (FOP-2439) Using number-rows-spanned results in a ValidationException

2015-01-13 Thread A Gian
I may be wrong but I think even in the second example you have the same issue. 
In the second  row there are 2 cells ( the first cell in the table that spans 
two rows and  and one empty cell). If you add another fo :table- colum element 
or you comment them out entirely,  you do not get an error (at least with 
fop-trunk). Thanasis

 Date: Mon, 12 Jan 2015 09:58:34 +
 From: j...@apache.org
 To: fop-dev@xmlgraphics.apache.org
 Subject: [jira] [Commented] (FOP-2439) Using number-rows-spanned results in a 
 ValidationException
 
 
 [ 
 https://issues.apache.org/jira/browse/FOP-2439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14273451#comment-14273451
  ] 
 
 nick.heyworth commented on FOP-2439:
 
 
 True, but please see the modified example code. In my understanding, this 
 should be a 1x3 matrix, and the error still occurs.
 
  Using number-rows-spanned results in a ValidationException
  --
 
  Key: FOP-2439
  URL: https://issues.apache.org/jira/browse/FOP-2439
  Project: Fop
   Issue Type: Bug
   Components: renderer/pdf
 Affects Versions: 1.1
  Environment: Windows 8.1
 Reporter: nick.heyworth
 Priority: Critical
  Attachments: Possible FOP Bug Modified.fo, Possible FOP Bug.fo
 
 
  The attached file results in a ValidationException when attempting to 
  create PDF. After changing the value of the number-rows-spanned attribute 
  to 1, PDF creation works.
  In case my FO is incorrect, please let me know.
 
 
 
 --
 This message was sent by Atlassian JIRA
 (v6.3.4#6332)
  

RE: [jira] [Created] (FOP-2428) Apache PDF issue with Wingding characters

2014-11-20 Thread A Gian
Can you provide your fop.xconf file along with a simple fo  file demonstrating 
the issue?  Have you tried fop-1.1 or trunk?Thanasis

 Date: Thu, 20 Nov 2014 07:41:34 +
 From: j...@apache.org
 To: fop-dev@xmlgraphics.apache.org
 Subject: [jira] [Created] (FOP-2428) Apache PDF issue with Wingding characters
 
 PRAVAT created FOP-2428:
 ---
 
  Summary: Apache PDF issue with Wingding characters
  Key: FOP-2428
  URL: https://issues.apache.org/jira/browse/FOP-2428
  Project: Fop
   Issue Type: Bug
   Components: fo/inline
  Environment: Windows, Unix
 Reporter: PRAVAT
 Priority: Critical
 
 
 The below unicode Character   s give different results for Apache RTF 
 and PDF format. The font used here is Winfdings. RTF gives the correct 
 output, where as the PDF does not find these characters. I am using APache 
 FOP 1.0.
 
 U+00FDý      
 U+00FEþ   
 
 
 
 
 --
 This message was sent by Atlassian JIRA
 (v6.3.4#6332)
  

RE: Missing images in PostScript output

2014-03-18 Thread A Gian
Hi Carlos, 
 this might help you  https://xmlgraphics.apache.org/fop/1.0/graphics.html   
(check the section Map of supported image formats by output format ,
Thanasis
 
From: gvasq...@altiuz.cl
Subject: Missing images in PostScript output
Date: Tue, 18 Mar 2014 14:02:46 -0300
To: fop-us...@xmlgraphics.apache.org; fop-dev@xmlgraphics.apache.org

Checking FOP Documentation 
(https://xmlgraphics.apache.org/fop/1.0/output.html), under the PostScript 
section I see:LimitationsImages and SVG may not be displayed correctly. SVG 
support is far from being complete. No image transparency is available.Can 
anyone provide a list of actually supported image formats for PostScript output?




Gonzalo Vásquez Sáez

Gerente Investigación y Desarrollo (RD)

Altiuz Soluciones Tecnológicas de Negocios Ltda.

Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099

+56 2 335 2461




gvasq...@altiuz.cl

http://www.altiuz.cl

http://www.altiuzreports.com