Sort Score
Result 10 results
Languages All
Labels All
Results 8,101 - 8,110 of 415,503 for

document

(0.57 sec)
  1. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection to an array with the ToArray method, streamlining data management and enhancing your Document processing.... Document doc = new Document ( MyDir + "Paragraphs...during enumeration. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/par...
  2. FieldChar.IsDirty | Aspose.Words for .NET

    Discover how the FieldChar IsDirty property helps maintain Document accuracy by tracking changes, ensuring your fields always reflect the latest updates....modifications made to the document. public bool IsDirty { get...FieldStart node. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. SvgSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the SvgSaveOptions SaveFormat property to effortlessly save Documents in SVG format. Simplify your workflow with optimal file management!...Specifies the format in which the document will be saved if this save...created while converting a document to .svg. public void SvgResourceFolder...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Convert PDF to PPTX in JavaScript|Aspose.PDF fo...

    Aspose.PDF allows you to convert PDF to PPTX format using JavaScript directly in the web....the number of pages in the document and can be very time-consuming...AsposePDFWebWorker . onmessage = evt => document . getElementById ( 'output'...

    docs.aspose.com/pdf/javascript-cpp/convert-pdf-...
  5. PclSaveOptions.add_printer_font method | Aspose...

    PclSaveOptions.add_printer_font method. Adds information about font that is uploaded to the printer by manufacturer....the font that is used in Pcl document. Remarks There are 52 fonts...different font. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BorderCollection.ClearFormatting | Aspose.Words...

    Discover how the BorderCollection ClearFormatting method effortlessly removes all object borders, enhancing your design with clean, crisp visuals....paragraphs in a document. Document doc = new Document ( MyDir + "Borders...The first paragraph of this document has visible borders with these...

    reference.aspose.com/words/net/aspose.words/bor...
  7. Export MD to XAML in Android | products.aspose.com

    Android API to Convert MD to XAML without using Microsoft Word...text documents. It is widely used for creating documents for the...posts, README files, and documentation. XAML (Extensible Application...

    products.aspose.com/total/android-java/conversi...
  8. Export MD to PPT in Android | products.aspose.com

    Android API to Convert MD to PPT without using Microsoft Word...text documents. It is widely used for writing documents such...posts, readme files, and documentation. On the other hand, PowerPoint...

    products.aspose.com/total/android-java/conversi...
  9. Export OFT to DOCM via C++ | products.aspose.com

    C++ API to Convert OFT to DOCM without using Microsoft Word or Outlook...HTML by using Document class Save the document to DOCM format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/oft-to...
  10. Aspose words转换word为pdf,页数不对了 - Free Support For...

    技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 转换代码: public static boolean doc2pdf(String inPath, String outPath) { File file = new File(outPath); try (FileOutputStream os = new FileOutputSt…...FileOutputStream(file)) { Document doc = new Document(inPath); doc.save(os...e.CHINESE_PRC); Document doc = new Document("Table-1.docx", loadOptions);...

    forum.aspose.com/t/aspose-words-word-pdf/314404