Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 7,805 for

extract page

(0.51 sec)
  1. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....Allows to control how separate pages are saved when a document is...exported to fixed page format. getPageSet() Gets the pages to render...

    reference.aspose.com/words/java/com.aspose.word...
  2. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with Java....handy for publishing on web pages, sharing on social networks...techniques to optimize PDF: Optimize page content for online browsing...

    docs.aspose.com/pdf/java/optimize-pdf/
  3. How to Create OMR Answer Sheet Checker in C#

    This step by step tutorial explains how to create OMR answer sheet checker in C#. It helps you scan multiple choice answer sheet in C# and apply optical mark recognition in C# code....Page Product Family Aspose.PSD Product...image to extract result as CSV data Save extracted CSV data as...

    kb.aspose.com/omr/net/how-to-create-omr-answer-...
  4. How to Create HTML File using Java

    This topic covers basic implementation of how to create HTML file using Java. You can generate HTML document in Java using simple API calls. HTML files can be generated programmatically on the fly and can be used in different applications like generation of reports or invoices....Page Product Family Aspose.PSD Product...topic, we have learnt how to extract text from DXF file using Java...

    kb.aspose.com/html/java/how-to-create-html-file...
  5. Creating a Searchable PDF from a Scanned PDF Fi...

    Hi Everyone, We are testing Aspose C# SDk to create Searchable PDF from a scanned PDF file. But we are getting only OCR text result. Is there any way to achive this task using the sdk? We can only see OCR to Image SDK i…...recognition on each scanned page. Below is a complete, step‑by‑step...the scanned PDF. Renders each page to an image (required for OCR)...

    forum.aspose.com/t/creating-a-searchable-pdf-fr...
  6. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java.... Examples: Shows how to extract data from a database and insert...data. Examples: Shows how to extract data from a database and insert...

    reference.aspose.com/words/java/com.aspose.word...
  7. Free Support Forum - aspose.com - Latest topics

    Free Support Forum - aspose.com - Latest topics Latest topics Issue with Bullet Numbering While Splitting Document Pages Hi Team, I am splitting a document Page-wise using the code below. However, ......Document Pages Hi Team, I am splitting a document page-wise using...i++) { //Console.WriteLine("page number :" + i + " started");...

    forum.aspose.com/latest.rss
  8. Aspose::Words::Document class | Aspose.Words fo...

    Aspose::Words::Document class. Represents a Word document. To learn more, visit the documentation article in C++....specified range of pages and the given page extract options. ExtractPages...representing specified range of pages. get_AttachedTemplate () Gets...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Provide exported worksheet HTML file path via I...

    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.... You should extract it to the C: drive. It will...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/nodejs-cpp/provide-export...
  10. 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…...PageCount; i++) { Document page = docPR.ExtractPages(i, 1);...1); docClone.AppendDocument(page, ImportFormatMode.UseDestinationStyles...

    forum.aspose.com/t/extractpages-when-i-use-extr...