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

split document

(0.09 sec)
  1. Python中的分割窗格|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....setActiveCell ( "A20" ); # Split the worksheet window workbook...getWorksheets (). get ( 0 ). split (); # Save the excel file workbook...

    docs.aspose.com/cells/zh/java/split-panes-in-py...
  2. Insert an Empty Page into a PDF File in Ruby|As...

    Learn how to insert an empty page into a specific location within a PDF Document using Ruby and Aspose.PDF for precise Document management....Insert an Empty Page into a Pdf document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/insert-an-empty-page-i...
  3. DocumentPartSavingArgs class | Aspose.Words for...

    Aspose.Words.Saving.DocumentPartSavingArgs class. Provides data for the [IDocumentPartSavingCallback.DocumentPartSaving()](../iDocumentpartsavingcallback/DocumentPartSaving/#Documentpartsavingargs) callback...more, visit the Save a Document documentation article. Remarks When...When Aspose.Words saves a document to HTML or related formats...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Meshes|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Triangles in 3D Model Split Mesh Aspose.3D Document Object Model (DOM)...

    docs.aspose.com/3d/net/meshes/
  5. 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...
  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. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var Document = new Document(@".\test…...Code: var document = new Document(@".\test.docx"); document.LayoutOptions...HarfBuzzTextShaperFa.Instance; document.Save(@".\out.pdf"); I’ve attached...

    forum.aspose.com/t/rows-moved-to-the-next-page-...
  8. 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/
  9. Advanced operations using Rust via C++|Aspose.P...

    Aspose.PDF for Rust via C++ can perform not only simple and easy tasks but also cope with more complex goals. Check the next section for advanced users and developers....programatically, be they documents created with Aspose.PDF as...Working with Documents - compress, split, and merge documents and make...

    docs.aspose.com/pdf/rust-cpp/advanced-operations/
  10. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a Documents consists of below text Hello World How to write a regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...take an example such that a documents consists of below text Hello...IReplacingCallback { private readonly Document _doc; private readonly string...

    forum.aspose.com/t/how-to-create-a-content-cont...