Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 4,139 for

split document

(0.11 sec)
  1. document - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...ZoomType com.aspose.words Class Document java.lang.Object Node CompositeNode...

    reference.aspose.com/words/java/com.aspose.word...
  2. FontSavingArgs.Bold | Aspose.Words for .NET API 参考

    FontSavingArgs 财产. 表示当前字体是否为粗体... { Document doc = new Document ( MyDir + "Rendering...我们也可以从这里访问源文档。 Assert . True ( args . Document . OriginalFileName . EndsWith...

    reference.aspose.com/words/zh/net/aspose.words....
  3. HtmlSaveOptions.ExportFontResources | Aspose.Wo...

    HtmlSaveOptions ExportFontResources property. Specifies whether font resources should be exported to HTML MHTML or EPUB. Default is false in C#....resources allows for consistent document rendering independent of the...is set to true , main HTML document will refer to every font via...

    reference.aspose.com/words/net/aspose.words.sav...
  4. HtmlSaveOptions.FontSavingCallback | Aspose.Wor...

    HtmlSaveOptions 财产. 允许控制在将文档保存为 HTMLMHTML 或 EPUB 时如何保存字体... { Document doc = new Document ( MyDir + "Rendering...我们也可以从这里访问源文档。 Assert . True ( args . Document . OriginalFileName . EndsWith...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Aspose::Words::Saving::FontSavingArgs::get_IsSu...

    Aspose::Words::Saving::FontSavingArgs::get_IsSubsettingNeeded method. Allows to specify whether the current font will be subsetted before exporting as a font resource in C++....characters that are used in the document. Subsetting allows to reduce...{ auto doc = MakeObject < Document > ( MyDir + u "Rendering.docx"...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Saving::FontSavingArgs::get_Docu...

    Aspose::Words::Saving::FontSavingArgs::get_Document method. Gets the Document object that is being saved in C++....Aspose::Words::Saving::FontSavingArgs::get_Document method Contents [ Hide ] ...FontSavingArgs::get_Document method Gets the document object that is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Document Comparison producing No Content in Doc...

    Hello, I tried comparing two docx Documents using Aspose library in .NET and they worked by producing an output Document which contained revisions after comparing input docx 1 and 2 but the same thing does not work in J…...Document Comparison producing No Content in Document Aspose.Words...tried comparing two docx documents using Aspose library in .NET...

    forum.aspose.com/t/document-comparison-producin...
  8. Invalid parameters count for g operator - Free ...

    Hi Team, When we use the following Java code: public static void SplitPdfPages(String inputPdfPath, String outputDir) { Document pdfDocument = null; Document currentDocument = null; try { …...outputDir) { Document pdfDocument = null; Document currentDocument...new Document(inputPdfPath); currentDocument = new Document();...

    forum.aspose.com/t/invalid-parameters-count-for...
  9. Aspose.PDF generates unreadable docx file - Asp...

    Is this happening with just one specific Document? or with all converted Documents? Are you using the latest version of Aspose.PDF for Java 22.5 ? If you still facing this issue can you share Your input PDF Document…...specific document? or with all converted documents? Are you using...can you share Your input PDF document. Please attach the output...

    forum.aspose.com/t/aspose-pdf-generates-unreada...
  10. Unable to replace block content control - Free ...

    Hi, we are trying to replace tags with html text (which is a content control) but we get the following error: ‘The reference node is not a child of this node.’ the code we use is: doc.Range.Replace(lookupString, “”, …...this case it is necessary to split the run. if (e.MatchOffset >...NodeType != NodeType.Run)); } // Split the last run that contains the...

    forum.aspose.com/t/unable-to-replace-block-cont...