Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 73,771 for

import

(0.11 sec)
  1. Converting a XPS file to PNG using Python | Asp...

    Sample code on Python for XPS to PNG conversion. Use example code for batch XPS to PNG conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/conversion/x...
  2. Extract Annotation (facades)|Aspose.PDF for Java

    This section explains how to extract annotations from PDF file to XFDF with Aspose.PDF Facades.... getContents ()); } Import and Export Annotations to XFDF...

    docs.aspose.com/pdf/java/extract-annotation/
  3. Insert an Empty Page at End of PDF File in Ruby...

    Discover how to insert an empty page at the end of a PDF document using Ruby with Aspose.PDF, adding flexibility to your PDF processing tasks....target document pdf = Rjb :: import ( ' com . aspose . pdf . Document...

    docs.aspose.com/pdf/java/insert-an-empty-page-a...
  4. Infinite Hang on Document Conversion - Free Sup...

    Aspose Words Layout Engine Infinite Hang Bug Report Issue Summary Product: Aspose.Words for Java Version: 26.3 Issue: Layout engine enters infinite loop during getPageCount(), updateFields(), or save() operations Impa…...Reproduction Code import com.aspose.words.Document; import com.aspose...aspose.words.LoadOptions; import com.aspose.words.PdfSaveOptions;...

    forum.aspose.com/t/infinite-hang-on-document-co...
  5. How to Export JSON to Excel in Node.js

    This article explains how to export JSON to Excel in Node.js. It has the IDE configuration, the program logic, and a runnable sample code to convert JSON file to Excel in Node.js....sheet where JSON data is to be imported Call the importData() method...steps summarize the process to import JSON to Excel in Node.js ....

    kb.aspose.com/cells/nodejs/how-to-export-json-t...
  6. Convert PDF to OneNote with Aspose.Note and Asp...

    Sample code for convert PDF to OneNote using C#. Utilize the API example code for batch conversion of .pdf to .one within VB.NET, Asp.NET, or any .NET-based application... htmlFilePath); // Step 2: Import HTML into OneNote var document...= new Document(); document.Import(htmlFilePath); document.Save(oneFilePath);...

    products.aspose.com/note/net/conversion/pdf-to-...
  7. Optimize PDF Document for the Web in Ruby|Aspos...

    Streamline PDFs for faster web delivery and reduced file size using Aspose.PDF in Ruby.... doc = Rjb :: import ( ' com . aspose . pdf . Document...

    docs.aspose.com/pdf/java/optimize-pdf-document-...
  8. PDF Figures Annotations|Aspose.PDF for Java

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Java...examples ; import java.util.* ; import com.aspose.pdf.*...aspose.pdf.examples ; import java.util.* ; import com.aspose.pdf.*...

    docs.aspose.com/pdf/java/figures-annotation/
  9. 格式之间的转换 – Aspose.HTML for Python

    了解如何使用 Aspose.HTML for Python 通过 .NET 转换 HTML、MHTML、EPUB、Markdown 和 SVG 文件。...转换为 PDF: Copy 1 import aspose.html as ah 2 import aspose.html.converters...converters as conv 3 import aspose.html.saving as sav 4 5 document...

    docs.aspose.com/html/zh/python-net/converting-b...
  10. 使用 Python 管理演示文稿中的缩放|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 创建并自定义缩放 — 在 PPT、PPTX 和 ODP 演示文稿中跨章节跳转、添加缩略图和过渡效果。...下面的示例代码展示了如何在幻灯片中创建缩放帧: import aspose.slides as slides import aspose.pydrawing...代码展示了如何使用不同的图像创建缩放帧: import aspose.slides as slides import aspose.pydrawing...

    docs.aspose.com/slides/zh/python-net/manage-zoom/