Sort Score
Result 10 results
Languages All
Labels All
Results 8,051 - 8,060 of 400,625 for

document

(0.39 sec)
  1. 使用 C# 旋转 PDF 页面|Aspose.PDF for .NET

    本主题描述了如何使用 C# 程序化地旋转现有 PDF 文件中的页面方向。... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/rotate-pages/
  2. 使用Python将PDF转换为Excel|Aspose.PDF for Python via ...

    Aspose.PDF for Python库允许您使用Python将PDF格式转换为Excel格式。这些格式包括XLS, XLSX, XML 2003电子表格, CSV, ODS。...文档创建 Document 对象的实例。 创建 ExcelSaveOptions 的实例。 通过调用 Document.Save()..."convert_pdf_to_xls.xls" # 打开 PDF 文档 document = ap . Document ( input_pdf ) save_option...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  3. SVG to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for SVG to JPEG conversion. Use example code for batch SVG to JPEG conversion with Python and .NET...convert programmatically a document from SVG to JPEG format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/s...
  4. EPS to SVG Converter using Python | Aspose.PDF

    Sample code on Python for EPS to SVG conversion. Use example code for batch EPS to SVG conversion with Python and .NET...programmatically a document from EPS to SVG format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/e...
  5. How to Insert Header and Footer in DOCX using C++

    In this example, we will explore how to insert Header and Footer in DOCX using C++. In order to use C++ to add Header and Footer information in Word Document, very simple API interface is used....on top and bottom of Word document pages respectively. They hold...Footer information in Word Document, very simple API interface...

    kb.aspose.com/words/cpp/how-to-insert-header-an...
  6. Set Default Font Name using C++|Aspose.PDF for C++

    This section describes how to set default font name using C++ library....font is not available in the document. You can use DefaultFontName...Samples \\ " ); auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/cpp/set-default-font-name/
  7. ShadowFormat.Color | Aspose.Words for .NET

    Discover the ShadowFormat Color property to customize shadow colors in your designs. Default is Black, but unleash your creativity with vibrant options!... Document doc = new Document ( MyDir + "Shadow...with transparency. Document doc = new Document ( MyDir + "Shadow...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Working with Images in PDF using C++|Aspose.PDF...

    This section describes the features of working with images in a PDF file using C++ library....image into an existing PDF document, and this must be done in...search and get images in your document. You are able to do the following:...

    docs.aspose.com/pdf/cpp/working-with-images/
  9. Export EMAIL to WORD via C++ | products.aspose.com

    C++ API to Convert EMAIL to WORD without using Microsoft Word or Outlook... It supports various document file formats such as DOC,...HTML by using Document class Save the document to DOCX format...

    products.aspose.com/total/cpp/conversion/email-...
  10. 修改 PDF 中的注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 将 PDF 文件中的注释修改为 XFDF。... () { // The path to the documents directory var dataDir = RunExamples...PdfAnnotationEditor ()) { // Bind PDF document annotationEditor . BindPdf...

    docs.aspose.com/pdf/zh/net/modify-annotations/