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

docx to doc

(0.1 sec)
  1. Missing Chart Shape - Free Support Forum - aspo...

    Hello, we have a script that uses aspose words To open, find and convert all shapes in a Docx Document To png. In the attached Document the second chart is being skipped. We noticed that if we delete the initial page br…...and convert all shapes in a docx document to png. In the attached...converted/found. Aspose_missing_shape_name.docx (35.1 KB) Below is a code snippet...

    forum.aspose.com/t/missing-chart-shape/312294
  2. XpsSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.XpsSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Xps](../../aspose.words/saveformat/#Xps) format...files used when saving to a DOC or DOCX file. By default, this property...of a saved XPS document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var Doc = new Aspose.Words.Document(@"C:\Users\admin\DeskTop\demo.Docx"); foreach (Paragraph para in Doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(...sktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType...

    forum.aspose.com/t/some-content-cannot-be-repla...
  4. Redact Powerpoint Presentation Online or using ...

    Open and redact Powerpoint Document online via app for free. Android API code To search and replace Powerpoint text....[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...Redact DOC Files (Microsoft Word Binary Format) Redact DOCX Files...

    products.aspose.com/total/android-java/redact/p...
  5. Redact PPTX Presentation Online or using Androi...

    Open and redact PPTX Document online via app for free. Android API code To search and replace PPTX text....[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...Redact DOC Files (Microsoft Word Binary Format) Redact DOCX Files...

    products.aspose.com/total/android-java/redact/p...
  6. Protect Powerpoint document Online with passwor...

    Online Powerpoint file password protection app. Android API Java code To apply password protection on Powerpoint presentations....[Product Documentation](https://docs.aspose.com/slides/java/system-requirements/)...Protect DOC Files (Microsoft Word Binary Format) Protect DOCX Files...

    products.aspose.com/total/android-java/protect/...
  7. Protect XLS document Online with password or us...

    Online XLS file password protection app. Android API Java code To apply password protection on XLS spreadsheets....[Product Documentation](https://docs.aspose.com/cells/java/system-requirements/)...Protect DOC Files (Microsoft Word Binary Format) Protect DOCX Files...

    products.aspose.com/total/android-java/protect/...
  8. Marker color doesnt work - Free Support Forum -...

    I tried almost every property i saw\recognized None of this options sets a color for a marker: (here i’m trying To set almost red\burgundy color) But doesn’t work on ur lastest stable version 24.5...testing: Document doc = new Document(@"C:\Temp\in.docx"); Chart chart...chart = ((Shape)doc.GetChild(NodeType.Shape, 0, true)).Chart; foreach...

    forum.aspose.com/t/marker-color-doesnt-work/311459
  9. 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/
  10. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two similar field...

    reference.aspose.com/words/java/com.aspose.word...