Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 67,129 for

import

(0.12 sec)
  1. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...achieve this: import com.aspose.words.Document; import com.aspose...DocumentBuilder; import com.aspose.words.PageSetup; import com.aspose...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  2. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pdf.drawing...drawing as drawing import datetime # Create PDF document document...

    docs.aspose.com/pdf/python-net/add-ellipse/
  3. Splitting and Merging PST files|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.... import os from aspose.email.storage.pst import PersonalStorage...specified criterion. import os from datetime import datetime from aspose...

    docs.aspose.com/email/python-net/splitting-and-...
  4. 通过 Python 打印 PDF 文件 | Aspose.PDF

    使用 Python 示例代码以编程方式打印 PDF 文档,并使用 Aspose.PDF for Python for .NET...此示例代码显示如何打印 PDF 文件 import aspose.pdf as apdf import aspose.pdf.facades...apfacades import aspose.pydrawing as drawing import aspose.pdf...

    products.aspose.com/pdf/zh-hans/python-net/print/
  5. Add Window Element to the Visio Instance in Rub...

    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'...window object window = Rjb :: import ( 'com.aspose.diagram.Window'...

    docs.aspose.com/diagram/java/add-window-element...
  6. Zoom Factor in Jython|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....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import SaveFormat class ZoomFactor...

    docs.aspose.com/cells/java/zoom-factor-in-jython/
  7. How to Convert PDF to OneNote using C#

    This article guides on how to convert PDF to OneNote using C#. It contains all the details to configure the environment, a list of programming steps, and a runnable sample code to render PDF to OneNote using C#....learn different options while importing the PDF files, and different...from the PDF files Call the Import() method from the Document...

    kb.aspose.com/note/net/how-to-convert-pdf-to-on...
  8. Converting Email Messages in Jython|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....- email import Settings from com.aspose.email import MailMessage...MailMessage from com.aspose.email import SaveOptions class Converter...

    docs.aspose.com/email/java/converting-email-mes...
  9. 在 Jython 中拆分窗格|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....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import SaveFormat class SplitPanes...

    docs.aspose.com/cells/zh/java/split-panes-in-jy...
  10. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a new workbook Workbook workbook1 = new Workboo…...Add(”=AVERAGE(4,5,6)”); // Set import options with IsFormulas property...workbook1.ParseFormulas(true); // Import data with formulas cells1.ImportData(dt1...

    forum.aspose.com/t/cells-importdata-is-failing-...