Sort Score
Result 10 results
Languages All
Labels All
Results 6,831 - 6,840 of 18,335 for

docx to doc

(0.3 sec)
  1. Convert PUB Files | Aspose.PUB for Java

    Convertion functionality of Publisher file using Aspose.PUB for Java solution is described and demonstrated with the pseuDocode in this article....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/pub/java/convert-pub-files/
  2. Exception when converting Word scatter chart to...

    Hi, we are encountering an exception when using the Aspose converter To generate a PDF from a Word Document that contains a scatter chart. Specifically, when the Document includes a word scatter chart type, the converter…...chart Document doc = new Document("input.docx"); // Find the...needed) Shape chartShape = (Shape)doc.GetChild(NodeType.Shape, 0, true);...

    forum.aspose.com/t/exception-when-converting-wo...
  3. CompressionLevel | Aspose.Words for Java

    Compression level for OOXML files in Java.... (DOCX and DOTX files are internally...Document doc = new Document(getMyDir() + "Big document.docx"); //...

    reference.aspose.com/words/java/com.aspose.word...
  4. Word To Pdf:Page number orientation is incorrec...

    When I convert a Word Document To PDF, the page number orientation is incorrect. version:words-25.10-jdk17.jar file: TEST.7z (9.9 MB)...Exception { Document doc = new Document("TEST.docx"); // Re‑calculate...document has mixed orientations doc.updatePageLayout(); // Save as...

    forum.aspose.com/t/word-to-pdf-page-number-orie...
  5. Watermark Powerpoint File Online or using Andro...

    Free online app To Watermark different Powerpoint files. Android watermark library Java code for Powerpoint presentations....[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...with Android Add Watermark to DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/android-java/watermar...
  6. Watermark PPTX File Online or using Android Mob...

    Free online app To Watermark different PPTX files. Android watermark library Java code for PPTX presentations....[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...with Android Add Watermark to DOC (Microsoft Word Binary Format)...

    products.aspose.com/total/android-java/watermar...
  7. Digitally Sign PDF File Online or using Android...

    Free online app for digital signature in PDF files. Develop Android application To electronically sign PDF Documents....[Product Documentation](https://docs.aspose.com/pdf/java/system-requirements/)...Android Sign DOC (Microsoft Word Binary Format) Sign DOCX (Office...

    products.aspose.com/total/android-java/signatur...
  8. Recognize document language(s) - Free Support F...

    I am looking for a way To recognize/classify the language(s) code in a (Word) Document: nl, en, fr, … Is this possible with Aspose? The only thing I found is OCR in different languages....document: Document doc = new Document("C:\\Temp\\in1.docx"); foreach...foreach (Run run in doc.GetChildNodes(NodeType.Run, true)) { Console...

    forum.aspose.com/t/recognize-document-language-...
  9. Alternative way to extract a MergeField from a ...

    I am using the below source code in order To identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...code: Document doc = new Document("C:\\Temp\\in.docx"); // Iterate...(Shape s : (Iterable<Shape>)doc.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...
  10. Java Split HTML

    Split HTML files inTo e pages using Java code. Save HTML as separate files using Java....code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...com.aspose.words.*; Document doc = new Document ( "Input.html"...

    products.aspose.com/words/java/split/html/