Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 69,593 for

import

(0.13 sec)
  1. Working with Forms|Aspose.PDF for .NET

    This section explains how to work with Aspose.PDF Facades using FormEditor Class....Move and Remove Form Field Import and Export Form Field Convert...

    docs.aspose.com/pdf/net/formeditor-class/
  2. Convert Dates to Japanese Dates with Python.NET...

    Learn how to convert Gregorian dates to Japanese dates in Excel files using Aspose.Cells for Python via .NET....Japanese dates: import os from aspose.cells import Workbook , LoadOptions...

    docs.aspose.com/cells/python-net/convert-dates-...
  3. for DNN|Aspose.Words for .NET

    Integrating Aspose.Words for .NET with DNN content management systems using C#....Content Exporter Module DNN Word Import Module DNN Users and Roles...

    docs.aspose.com/words/net/aspose-words-net-for-...
  4. 在 Ruby 中显示和隐藏 Visio Diagram 的网格、标尺、参考线和分页符|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....of Diagram diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'..."ShowHideProperties.vdx" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/zh/java/show-and-hide-g...
  5. PDF Stamping in Python: Text, Image, and Page O...

    Add stamps: text, image or page - to PDF programmatically with Python sample code using Aspose.PDF for Python via .NET....PDF - Python import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/stamps/
  6. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class.... import os import aspose.pdf as ap # Global...PDF to the output path. import os import aspose.pdf as ap # Global...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  7. Working with Watermark in Python|Aspose.Words f...

    Create and manage watermarks in a document using Python....words import Document , Watermark , TextWatermarkOptions...Example: from aspose.words import Document , Watermark , ImageWatermarkOption...

    docs.aspose.com/words/python-net/working-with-w...
  8. TeX typesetting functionality | Java API

    Java API Solution to work with TeX. Learn on the example how to typeset TeX/LaTeX files with a few lines of Java code....TeX/LaTeX file import com.aspose.tex.TeXOptions; import com.aspose...TeXConfig; import com.aspose.tex.OutputFileSystemDire; import com.aspose...

    products.aspose.com/tex/java/typeset-tex-files/
  9. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...service; import com.aspose.words.*; import lombok.SneakyThrows;...SneakyThrows; import lombok.extern.slf4j.Slf4j; import java.io.FileInputStream;...

    forum.aspose.com/t/why-does-paragraphformat-get...
  10. 保存 SVG 文件 – Aspose.SVG for Python via .NET

    了解如何使用 Aspose.SVG Python 库将 SVG 文档保存到文件、内存流或 Url。...文档保存到文件中: Copy 1 import os 2 from aspose. svg import SVGDocument 3...Url: Copy 1 import os 2 from aspose. svg import SVGDocument 3...

    docs.aspose.com/svg/zh/python-net/save-svg-file/