Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 3,760 for

split document

(0.14 sec)
  1. Convert PDF file to HTML format|Aspose.PDF for ...

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with Java library....various file formats to PDF documents and converting PDF files into...page size, it is possible to split the output into several pages...

    docs.aspose.com/pdf/java/convert-pdf-to-html/
  2. DocumentPartSavingArgs class | Aspose.Words for...

    aspose.words.saving.DocumentPartSavingArgs class. Provides data for the [IDocumentPartSavingCallback.Document_part_saving()](../iDocumentpartsavingcallback/Document_part_saving/#Documentpartsavingargs) callback...document_part_saving() callback. To...more, visit the Save a Document documentation article. Remarks When...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::LowCode::SplitterContext class |...

    Aspose::Words::LowCode::SplitterContext class. Document Splitter context in C++....class SplitterContext class Document splitter context. class SplitterContext...get_LayoutOptions () const Document layout options used by the...

    reference.aspose.com/words/cpp/aspose.words.low...
  4. Hyphenation.registerDictionary method | Aspose....

    Aspose.Words.Hyphenation.registerDictionary method...NET documentation for “culture name” and RFC...e.g. “en-US”. See .NET documentation for “culture name” and RFC...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ExtractPages - when I use ExtractPages it break...

    Good day, when I Split the Document into sections. I use the following code for this, it breaks the numbering in the Document. Could you take a look at it for me? Document docPR = new Document($"{path}4P003q.docx"); D…...11:52am 1 Good day, when I split the document into sections. I use...the document. Could you take a look at it for me? Document docPR...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  6. Aspose::Words::Saving::HtmlSaveOptions::HtmlSav...

    Aspose::Words::Saving::HtmlSaveOptions::HtmlSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Html format in C++....that can be used to save a document in the Html format. Aspose...specific encoding when saving a document to .epub. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one Document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Bookmark Replacement Issues in Document Processing Aspose.Words Product...bookmark content from one document with content from another:...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  8. IFontSavingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications and control how Aspose.Words saves fonts when exporting a Document to HTML format in Java....saves fonts when exporting a document to HTML format. Examples:...throws Exception { Document doc = new Document(getMyDir() + "Rendering...

    reference.aspose.com/words/java/com.aspose.word...
  9. How to Merge PDF using Python via C++|Aspose.PD...

    This page explain how to merge PDF Documents into a single PDF file with Python....Open first document Then add pages of second document to the first...concatenated output file with ‘document.save’ method. The following...

    docs.aspose.com/pdf/python-cpp/merge-pdf-docume...
  10. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf Document with 1 table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...generating and saving pdf document with 1 table 20K rows and...savePdfAspose(String path) { Document document = new Document(); Page page =...

    forum.aspose.com/t/high-cpu-memory-utilization-...