Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 400,538 for

document

(0.14 sec)
  1. Export POWERPOINT to ODT on Andorid via Java or...

    Convert POWERPOINT to ODT in mobile apps without installing any software or online. Test free POWERPOINT to ODT online converter quickly before integrating the code....You can convert your given document in two steps. You can use...HTML. After that by using document processing API Aspose.Words...

    products.aspose.com/total/android-java/conversi...
  2. Content Control visible in WPS but not visible ...

    Hi team, I am creating content contol with below code. SDT is getting created successfully and visible in WPS but same is not visible in MS word. Code Snippet: public void createSDT(Document Document, CustomNode cust…...public void createSDT(Document document, CustomNode customNode){...sdtCreationService.createNewStructureDo(document); this.sdtCreationService...

    forum.aspose.com/t/content-control-visible-in-w...
  3. Export POWERPOINT to DOCM on Andorid via Java o...

    Convert POWERPOINT to DOCM in mobile apps without installing any software or online. Test free POWERPOINT to DOCM online converter quickly before integrating the code....You can convert your given document in two steps. You can use...HTML. After that by using document processing API Aspose.Words...

    products.aspose.com/total/android-java/conversi...
  4. Detect File Format When Loading|Aspose.Words fo...

    Determine the file format in C# if you are not sure what the actual content of the file is, or to check the format compatibility....compatibility before loading a document with Aspose.Words. Sometimes...determine the format of a document before opening because the...

    docs.aspose.com/words/net/detect-file-format-an...
  5. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...I have used the nodes and document positions returned from the...}) begin Tempfile.create(['document', '.docx']) do |temp_file_2|...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  6. Field.Update | Aspose.Words for .NET

    Efficiently update fields with our Field Update method. Prevents conflicts by ensuring fields aren't already in use. Streamline your data management today!...into a document using FieldType. Document doc = new Document ();...; builder . Write ( "This document was written by " ); builder...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy....Microsoft Word will display in the document when the form field is empty...into a document, and process them with using a document visitor...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Convert PDF to Searchable PDF via C# | Aspose

    Sample code for PDF to Searchable PDF C# conversion. Use API example code for batch PDF files to Searchable PDF conversion within VB.NET, Asp.NET or any .NET based application....recognition on PDF document and save text as PDF document using Aspose...Install-Package Visit our documentation for more details. How to...

    products.aspose.com/ocr/net/conversion/pdf-to-s...
  9. Converter | Aspose.Words for Java

    Represents a group of methods intended to convert a variety of different types of Documents using a single line of code in Java....variety of different types of documents using a single line of code...input document of the one format into the output document of the...

    reference.aspose.com/words/java/com.aspose.word...
  10. 向PDF文件添加椭圆对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建椭圆对象。...// 创建文档实例 auto document = MakeObject < Document > (); // 向PDF文件的页面集合添加页面...向PDF文件的页面集合添加页面 auto page = document -> get_Pages () -> Add (); //...

    docs.aspose.com/pdf/zh/cpp/add-ellipse/