Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 588 for

docx

(0.03 sec)
  1. java.lang.InternalError: java.lang.reflect.Invo...

    Hi there, We are using Aspose PDF 22.6 to convert Images to PDF. We are using the following code - public static byte[] imagetopdf(ByteArrayInputStream input, String extension) throws Exception { ByteArrayOutputStrea…...also use Aspose Docs to convert docx to PDFs and documents with images...

    forum.aspose.com/t/java-lang-internalerror-java...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Rendering in Python https://docs.aspose.com/words/python-net/rendering/ Recent content in Rendering in Python on Documentation Hugo -- gohugo.io http...... It formats files in the DOCX format, which describes the...layout. For example, when a DOCX document is converted into an...

    docs.aspose.com/words/python-net/rendering/inde...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom On Premise, Cloud & App Based Solutions to Process Visio Images – JavaMicrosoftVisioファイル変換https://products.aspose.com/diagram/ja/java/conversion/Recent content in Ja......circleiconsformat fileiconsmall DOCX fileiconsmall JPG fileiconsmall...circleiconsformat fileiconsmall DOCX fileiconsmall JPG fileiconsmall...

    products.aspose.com/diagram/ja/java/conversion/...
  4. Header and Footer only on last page - Free Supp...

    Hello, Describe the case I’m creating .Docx and .pdf documents from HTML templates using Aspose.Words for .Net. In version 24.2, Aspose.Words for .Net was adding Header and Footer to every page. I want to upgrade to n…...docx and .pdf documents from HTML...find documents in .pdf and .docx version in “results” folder...

    forum.aspose.com/t/header-and-footer-only-on-la...
  5. Edit or View PDF Files Metadata via Java | Aspo...

    Java sample code to edit or view PDF format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....PDF Java PDF Metadata PPTX DOCX XLSX PDF ODP PDF Extract PDF...

    products.aspose.com/pdf/java/metadata/pdf/
  6. Can't get the picture in the header - Free Supp...

    I am trying to extract the pictures from the header of a word document. But it doesn’t seems to always work. I would like to know if there was a way to get them 100% of the time, thank you ( i am using aspose word python…...docx (31,7 Ko) alexey.noskov March...= aw.Document("C:\\Temp\\in.docx") image_index = 1 for node in...

    forum.aspose.com/t/cant-get-the-picture-in-the-...
  7. Topics tagged email-java

    Topics tagged email-java...February 12, 2024 When saving docx as MHTML to outputstream for...

    forum.aspose.com/tag/email-java
  8. How to detect office restrict edition mode - Fr...

    Is there any way to detect the word is on restrict editing mode without password I need to tell user who set the word as restrict edition but forget to set password....docx (329.9 KB) alexey.noskov March...

    forum.aspose.com/t/how-to-detect-office-restric...
  9. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...docx"); DocumentBuilder builder =...LANDSCAPE); } } doc.save("output.docx"); 请尝试使用 builder.getCurrentSection()...

    forum.aspose.com/t/msword/310489
  10. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...docx"); // Set the footnote numbering...document doc.save("ModifiedDocument.docx"); } } In this example, the...

    forum.aspose.com/t/how-to-modify-footnote-conte...