Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 401,383 for

document

(0.2 sec)
  1. Clear PPS Annotations Online and using Python |...

    Remove comments from PPS Document through online app for free. Python API code to delete comments from PPS presentations.... Remove PPS Document Comments via Python Reference...the save method to save the document. Code example in Python to...

    products.aspose.com/total/python-net/annotate/pps/
  2. 从单元格中删除文本|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....colName , rowIndex ); // Given a document, a worksheet name, a column...uint rowIndex ) { // Open the document for editing. using ( SpreadsheetDocument...

    docs.aspose.com/cells/zh/net/delete-text-from-a...
  3. OptionButtonControl | Aspose.Words for Java

    The OptionButton control enables a single choice in a limited set of mutually exclusive choices in Java.... Document doc = new Document(getMyDir() + "Radio...ActiveX control. Document doc = new Document(getMyDir() + "ActiveX...

    reference.aspose.com/words/java/com.aspose.word...
  4. Export XML to POT in Android | products.aspose.com

    Android API to Convert XML to POT without using Microsoft Word...create and manipulate PDF documents. It also supports a wide range...to POT Open XML file using Document class Convert XML to PPTX...

    products.aspose.com/total/android-java/conversi...
  5. 将 PDF 转换为 PNG|Aspose.PDF for Android via Java

    本页描述了如何使用 Aspose.PDF for Android via Java 将 PDF 页面转换为 PNG 图像,转换全部和单个页面为 PNG 图像。...convertPDFtoPNG () { try { document = new Document ( inputStream ); }...转换特定页面并将图像保存到流 PngDevice . process ( document . getPages (). get_Item (...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  6. Extract Data from AcroForm using C#|Aspose.PDF ...

    Aspose.PDF makes it easy to extract form field data from PDF files. Learn how to extract data from AcroForms and save it into JSON, XML, or FDF format....Extract form fields from PDF document As well as enabling you to...ExtractFormFields () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/extract-data-from-acrof...
  7. Create SVG in C# – Aspose.SVG for .NET

    Create SVG files in C#. Learn how to create SVG from scratch and memory string using the Aspose.SVG for .NET library....NET Live Demos Free Trial Documentation Source Code API Reference...Overview Live Demos Free Trial Documentation Source Code API Reference...

    products.aspose.com/svg/net/create-svg/
  8. Working with Bookmarks in C#|Aspose.Words for .NET

    Understanding bookmark concepts and how bookmark can be used in your program using C#....identify in a Microsoft Word document the locations or fragments...Instead of scrolling through the document to locate the text, you can...

    docs.aspose.com/words/net/working-with-bookmarks/
  9. C++ API to Convert XSLFO to PPSX | products.asp...

    Convert XSLFO to PPSX via C++ without using Microsoft Word or Adobe Acrobat Reader...a markup language for XML document formatting which is most commonly...commonly used to generate PDF documents. PPSX is a Microsoft PowerPoint...

    products.aspose.com/total/cpp/conversion/xslfo-...
  10. Hello, World!|Simple example how to use Aspose....

    Create, edit and save your first Document in any supported format using Aspose.Words for Java to experience its simplicity and power in Java....convert, compare Word and Web documents. PDF, DOCX, DOC, RTF, ODT...steps: Create a new empty Document Initialize a DocumentBuilder...

    docs.aspose.com/words/java/hello-world/