Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 73,649 for

import

(0.21 sec)
  1. Chart Outline Becomes Excessively Thick After E...

    During the conversion of an Excel chart to PDF and then to PPTX, the chart outline becomes disproportionately thick, resulting in a double‑bold appearance in the PowerPoint output. Aspose version: implementation ‘com.a…...2:jdk16’ import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/chart-outline-becomes-excess...
  2. Extra Space Between Text, and Single Excel Text...

    While converting Excel to PDF and PDF to PPTX, the text in PPTX contains more spaces than in PDF. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ impl…...2:jdk16’ Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/extra-space-between-text-and...
  3. 在 Ruby 中创建并保存 Outlook 任务|Documentation

    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....+ '/data/' contact = Rjb :: import ( 'com.aspose.email.MapiContact'...MapiContact' ) . new calendar = Rjb :: import ( 'java.util.Calendar' ) ....

    docs.aspose.com/email/zh/java/creating-and-savi...
  4. Copy Bookmarked Text in Ruby|Aspose.Words for Java

    Copy bookmarked text using Ruby.... src_doc = Rjb :: import ( 'com.aspose.words.Document'...document. dst_doc = Rjb :: import ( 'com.aspose.words.Document'...

    docs.aspose.com/words/java/copy-bookmarked-text...
  5. HtmlFixedSaveOptions.encoding property | Aspose...

    HtmlFixedSaveOptions.encoding property. Specifies the encoding to use when exporting to HTML... from api_example_base import ApiExampleBase , MY_DIR , ARTIFACTS_DIR...FONTS_DIR import aspose.words as aw from pathlib import Path import...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 XFA 表单|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET API 让您能够在 PDF 文档中使用 XFA 和 XFA AcroForm 字段。... import aspose.pdf as ap import sys from os import path def...PDF。 import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/zh/python-net/xfa-forms/
  7. 按索引移动印章|Aspose.PDF for Python via .NET

    如何使用 Aspose.PDF for Python 通过页面上的索引重新定位 PDF 中的橡胶印章注释... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/zh/python-net/move-stamp-by...
  8. 按 ID 删除印章|Aspose.PDF for Python via .NET

    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.... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/zh/python-net/delete-stamp-...
  9. Copy Inner Field|Aspose.PDF for Python via .NET

    Copy PDF Form Fields to a New Position Using Python using Aspose.PDF for Python....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/copy-inner-field/
  10. Optimize PDF Files in Python|Aspose.PDF for Pyt...

    Learn how to optimize, compress, and reduce PDF file size in Python using Aspose.PDF.... import aspose.pdf as ap from os import path , stat...stat import sys def optimize_pdf ( infile , outfile ): document...

    docs.aspose.com/pdf/python-net/optimize-pdf/