Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 3,459 for

import document

(0.04 sec)
  1. How to Run the Examples|CAD 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....CAD Examples Directory Import examples into the IDE The project...modern IDE can easily open or import the project and its dependencies...

    docs.aspose.com/cad/java/how-to-run-the-examples/
  2. ConnectionPointPlace not defined - Free Support...

    A very basic question. But didn’t find the solution so far. I am trying to connect in python two Rectangle shapes (to be generated in visio format). I am using ConnectionPointPlace method but get the error - “name ‘Con…... (I imported all relevant stuff - from...from aspose.diagram import *) Thanks! Professionalize.Discourse November...

    forum.aspose.com/t/connectionpointplace-not-def...
  3. NullPointerException Occurs When Opening and Sa...

    Hello, I have an issue opening and saving a presentation, both with 25.3 and 25.4 versions of the SLides library, it throws java.lang.NullPointerException: Cannot invoke "com.aspose.slides.internal.kn.nr.ew()" because…...example: import com.aspose.slides.LoadFormat; import com.aspose...Presentation; import com.aspose.slides.PresentationFactory; import com...

    forum.aspose.com/t/nullpointerexception-occurs-...
  4. Presentation Background|Aspose.Slides for Pytho...

    Set background in PowerPoint presentation in Python...normal slide: import aspose.pydrawing as draw import aspose.slides...presentation: import aspose.pydrawing as draw import aspose.slides...

    docs.aspose.com/slides/python-net/presentation-...
  5. How to Generate PDF from HTML in Java

    In this step by step guide, you will explore how to generate pdf from html in java using Windows, Mac OS, Ubuntu. The code snippet can convert HTML to PDF using Java.... The HTML document can include text or graphics...which will be rendered to PDF document with high fidelity. The following...

    kb.aspose.com/words/java/how-to-generate-pdf-fr...
  6. How to Run the Examples|CAD 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....CAD Examples Directory Import examples into the IDE The project...modern IDE can easily open or import the project and its dependencies...

    docs.aspose.com/cad/java/getting-started/how-to...
  7. Managing Tags and Custom Data|Aspose.Slides for...

    Add tags and custom data to PowerPoint presentations in Python...NET for Presentation : import aspose.slides as slides with...) as pres : print ( pres . document_properties . keywords ) Adding...

    docs.aspose.com/slides/python-net/managing-tags...
  8. How to use Aspose.CAD in React|CAD Documentation

    Use Aspose.CAD in React...image import React from 'react'; import './App.css'; import {boot}...{boot} from "aspose-cad/dotnet"; import {Image, PngOptions} from "aspose-cad";...

    docs.aspose.com/cad/javascript-net/how-to-use-a...
  9. PdfDigitalSignatureDetails constructor | Aspose...

    aspose.words.saving.PdfDigitalSignatureDetails constructor...a generated PDF document. doc = aw . Document () builder = aw...object that we can pass to the document's "save" method # to modify...

    reference.aspose.com/words/python-net/aspose.wo...
  10. According to page size how to set the Bookmark ...

    For example: Zoom level: Fit Width, Document OriginalPDF = new Document();Page pdfPage = null; .....pdfPage = OriginalPDF.Pages[3]; pdfPage.CropBox.Height; pdfPage.MediaBox.Height; pdfPage.Rect.Hei…...level: Fit Width, Document OriginalPDF = new Document(); Page pdfPage...these? Bookmark XML file will Import to PDF file. <?xml version="1...

    forum.aspose.com/t/according-to-page-size-how-t...