Sort Score
Result 10 results
Languages All
Labels All
Results 4,141 - 4,150 of 184,078 for

page

(0.12 sec)
  1. Posting AcroForm Data|Aspose.PDF for C++

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for C++....data to an external web page. This web page then reads the post variables...receive the posted data on the web page. using namespace System ; using...

    docs.aspose.com/pdf/cpp/posting-acroform-data/
  2. ResourceSavingArgs.ResourceFileUri | Aspose.Wor...

    Discover the ResourceSavingArgs ResourceFileUri property to easily manage and reference resource files in your documents. Enhance efficiency today!...resource files exported to fixed page HTML, SVG or Markdown documents...file during export to fixed page HTML, SVG or Markdown format...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 将曲线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建曲线对象。...PDF 文件的页面集合中 auto page = document -> get_Pages () -> Add (); //...); // 将 Graph 对象添加到页面的段落集合中 page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/zh/cpp/add-curve/
  4. Convert File to MHTML and Send It by Email|Aspo...

    Convert a document from almost any format to the MHTML format and send the result document by e-mail using C#....Hide ] What is this page about? This page describes how to convert...results. Please refresh the page and try again....

    docs.aspose.com/words/net/convert-a-document-to...
  5. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为PDF时限制生成的页数,使用编号Aspose.Cells for Node.js via C++。...only Page 3 and Page 4 in the output PDF // Starting page index...setPageIndex ( 3 ); // Number of pages to be printed options . setPageCount...

    docs.aspose.com/cells/zh/nodejs-cpp/limit-the-n...
  6. VbaProject Class | Aspose.Words for .NET

    Unlock the power of Aspose.Words.Vba.VbaProject class to effortlessly manage VBA project info and modules within your documents. Enhance your automation today!...sets the VBA project’s code page. IsProtected { get; } Shows...{vbaProject.Name} signed; Project code page: {vbaProject.CodePage}; Modules...

    reference.aspose.com/words/net/aspose.words.vba...
  7. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF Pages into individual PDF files in your Python applications....Contents [ Hide ] Splitting PDF pages can be a useful feature for...file into separate pages or groups of pages. Live Example Aspose...

    docs.aspose.com/pdf/python-net/split-pdf-document/
  8. Common recognition settings|Documentation

    Configuring Aspose.OCR for Python via .NET recognition engine for extracting text from images, scanned PDFs, DjVu files and other content....extracting text from single-page and multi-page images, scanned PDFs...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/ocr/python-net/recognition-sett...
  9. Protect and Unprotect a Visio Shape in PHP|Docu...

    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....vsd" ); $page = $diagram -> getPages () ->...getPage ( "Flow 1" ); $shape = $page -> getShapes () -> getShape...

    docs.aspose.com/diagram/java/protect-and-unprot...
  10. Add Table to PDF using Java | Aspose.PDF

    Adding table in PDF file programmatically with Java sample code using Aspose.PDF for Java... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/java/table/add/