Sort Score
Result 10 results
Languages All
Labels All
Results 5,921 - 5,930 of 69,801 for

import

(0.22 sec)
  1. DocumentBuilder.InsertDocument | Aspose.Words f...

    Effortlessly insert documents at any cursor position with DocumentBuilder's InsertDocument method. Streamline your workflow and enhance productivity!...use the KeepSourceFormatting import format mode, // Aspose.Words...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Convert DOCX to POT via C# .NET or with free On...

    Convert Word docx documents to PowerPoint pot files with C#. Convert multiple files within ASP.NET or other .NET applications....Presentation Object Import HTML content in text frame...and policies, ensuring that important information is accessible...

    products.aspose.com/total/net/conversion/docx-t...
  3. Move PDF Pages|Aspose.PDF for Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Java....examples ; import com.aspose.pdf.* ; public class...

    docs.aspose.com/pdf/java/move-pages/
  4. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …... Code (Java) import com.aspose.words.*; public...

    forum.aspose.com/t/section-break-as-revision-ho...
  5. 如何从源代码包构建 Aspose.Cells for Go via C++。|Document...

    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.... package main import ( . "asposecells" "fmt" ) func...

    docs.aspose.com/cells/zh/go-cpp/how-to-build-as...
  6. AsposeTeXforPython – 常见问题解答

    AsposeTeXforPython 的综合常见问题解答,详细介绍了如何安装纯 Python API、转换 LaTeX、管理字体、支持的包等等。...使用以下命令验证安装: Copy 1 import aspose.tex as tex 2 print (tex...问:如何使用几行代码将 .tex 文件转换为 PDF? 答: Copy 1 import aspose.tex as tex 2 3 doc =...

    docs.aspose.com/tex/zh/python-net/faq/
  7. 图像模板– Image Stencil – 如何用 Python 制作模板

    本文介绍如何通过 .NET API 使用 Aspose.SVG for Python 从图像创建模板。...Copy 1 import os 2 from aspose. svg . drawing import Color 3...aspose. svg . imagevectorization import BezierPathBuilder , ImageTraceSmoother...

    docs.aspose.com/svg/zh/python-net/image-stencil/
  8. TxtLeadingSpacesOptions enumeration | Aspose.Wo...

    Aspose.Words.Loading.TxtLeadingSpacesOptions enumeration. Specifies available options for leading space handling during Import from [LoadFormat.Text](../../aspose.words/loadformat/#Text) file....leading space handling during import from LoadFormat.Text file....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TxtTrailingSpacesOptions enumeration | Aspose.W...

    aspose.words.loading.TxtTrailingSpacesOptions enumeration. Specifies available options for trailing spaces handling during Import from [LoadFormat.TEXT](../../aspose.words/loadformat/#TEXT) file....trailing spaces handling during import from LoadFormat.TEXT file....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Crop PDF Pages programmatically|Aspose.PDF for ...

    You may get page properties, such as the width, height, bleed-, crop- and trimbox using Aspose.PDF for Java....This page box is used when importing PDF documents in other applications...package com.aspose.pdf.examples ; import com.aspose.pdf.* ; public class...

    docs.aspose.com/pdf/java/crop-pages/