Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 3,728 for

split document

(0.38 sec)
  1. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one page from PDF using C#....the source PDF file in the Document class object to crop it Display...summarize the process to crop PDF document using C# . The process starts...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  2. Worksheet Views|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.... Split Panes If you need to split the screen to...same worksheet, you can use split panes. Microsoft Excel offers...

    docs.aspose.com/cells/go-cpp/worksheet-views/
  3. HtmlSaveOptions.export_headers_footers_mode pro...

    HtmlSaveOptions.export_headers_footers_mode property. Specifies how headers and footers are output to HTML, MHTML or EPUB...when saving a document to HTML. doc = aw . Document ( file_name...footer types.docx' ) # This document contains headers and footers...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.first_section property | Aspose.Words ...

    Document.first_section property. Gets the first section in the Document....first_section property Document.first_section property Gets the...the first section in the document. @property def first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Save File from URL – Aspose.HTML for Java

    Learn how to download and save files from URLs using Java. Use Aspose.HTML for Java to automate file downloading from online sources....for Java Live Demos Cloud Documentation Source Code API Reference...Overview Live Demos Cloud Documentation Source Code API Reference...

    products.aspose.com/html/java/save-file-from-url/
  6. Replace tag with text in a textbox inside the W...

    Replace tags in worksheet textboxes programmatically using Aspose.Cells for C++....std :: vector < U16String > Split ( const U16String & str , const...vector < U16String > tagParts = Split ( tag , u '$' ); std :: vector...

    docs.aspose.com/cells/cpp/replace-tag-with-text...
  7. Strict per-word comparison - Free Support Forum...

    With Granularity = WORD_LEVEL, compare frequently groups several adjacent words into a single delete/insert, instead of clear per-word revisions. CHAR_LEVEL — not suitable for our use case and significantly slower on la…...Post-process the results to split any grouped changes into individual...words import Document, CompareOptions # Load documents doc1 = Document("original...

    forum.aspose.com/t/strict-per-word-comparison/3...
  8. Adding a Watermark to an Image|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....Watermark to an Image This document explains how to add a watermark...example source code has been split into parts to make it easy to...

    docs.aspose.com/psd/java/adding-a-watermark-to-...
  9. C++ PDF API - Create, Merge, Modify, and Conver...

    Integrate the PDF library in your C++ applications to create, manipulate or convert PDF files to raster image formats, including BMP, PNG, and JPEG....allows to perform a range of document processing tasks such as form...PDF Library Features Print documents Add, replace or remove images...

    products.aspose.com/pdf/cpp/
  10. 在 Apache POI 和 Aspose.Cells 中拆分窗格|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....要实现拆分视图,使用 Worksheet 类的 split 方法。要移除拆分窗格,使用 removeSplit 方法。...setActiveCell ( "A20" ); //Split the worksheet window book ....

    docs.aspose.com/cells/zh/java/split-panes-in-ap...