Page numbers in the footer are not being rendered correctly though. Suppose I have a 3 page docx document: each page in the generated pdf file will have the same page number, and this page number is either 1 or the max page number. I'm using the org.docx4j.convert.out.pdf.viaXSLFO.Conversion converter - overall it produces really good results.
Any help or pointers resolving this would be very much ...
Heya All! When I try to access the PresentationML and related schemas that are listed on schemas.openxmlformats.org, I get a missing resource error. Have the schemas that were hosted at this URL moved? Does anyone know? Am I the only one getting this error?
Hi I am currently evaluateing docx4j and have struck a problem. We would be using this to produce docx documents with text and images. The images are created in the same class file and are bufferedImages (at the moment). I can'r save these and re-load into the document (no write priveliges).
is there a way I can insert these bufferedimages straight into the document as it's being built?
So I'm trying to deploy my jar in a firefox xpi, using javascript and liveconnect to get to the java I wrote, which uses the pptx4j stuff. When i throw a simple main class in the jar and run it from console (or from eclipse, even without the main), everything works perfectly, but the second I try and access it from firefox land I keep getting reflect.invocationtargetexception errors from firefox. The internet all suggests ...
I'm very new to WordprocessingML. I have started running various samples and am now stuck on trying to substitute my data into a row in a table (having the document display my custom content in new rows in the table).
I'm trying to follow your sample (ContentControlBindingExtensions) however, when I open the final output from this method (*_bound.docx) file, instead of seeing 3 rows with the content populated in my table, I see three empty ...
First, let me start by saying, WOW! what a great library! I have been looking for something exactly like docx4j for over a year and I am so glad I finally found it!! You have done a wonderful job, please keep going!!
Does anyone have any additional example code of adding simple shapes and text to a slide and then adding that slide to a presentation package?? I get the example that is provided with ...
Hello all, I've just started using docx4j and I am highly impressed. My application edits a .docx template, and I would like to convert the edited result to pdf. I can edit the template just fine, and I've even gotten the conversion to work using org.docx4j.convert.out.pdf.viaXSLFO.Conversion. However, my .docx orientation is Landscape and the pdf conversion keeps coming out Portrait. I've found the enum STPageOrientation in the JavaDocs, but I can't figure out where or ...
I am trying to convert a pptx file created in Office 2010. The tags related to transition (mc:AlternateContent xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006">) are not recognised. Can you please provide a solution for this ?
Also if the PresentationMLPackage.java have the API to load from an InputStream also it would be better.
Thanks, Mani.
Read more :pptx 2010 | Views : 2303 | Replies : 1 | Forum :pptx4j