Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 67,115 for

import

(0.07 sec)
  1. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Go via C++.... package main import "github.com/aspose-pdf/aspose-pdf-go-cpp"...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // New creates a...

    docs.aspose.com/pdf/go-cpp/save-pdf-document/
  2. Გადაიყვანეთ Გამოსახულება PDF Python

    გადაიყვანეთ Გამოსახულება PDF Python ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF Python....install aspose-words კოპირება import aspose.words as aw doc = aw...) doc.save( "Output.pdf" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/convers...
  3. ImageData.Borders | Aspose.Words for .NET

    Discover the ImageData Borders property to enhance inline images with customizable borders. Elevate your visuals and improve user engagement today!...dstDoc = new Document (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ImageData.Brightness | Aspose.Words for .NET

    Adjust your image's brightness with the ImageData Brightness property. Set values from 0.0 (dimmest) to 1.0 (brightest) for optimal visual impact....dstDoc = new Document (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ImageData.BiLevel | Aspose.Words for .NET

    Discover the ImageData BiLevel property to effortlessly control black and white image display, enhancing your visual content with precision....dstDoc = new Document (); // Import a shape from the source document...( importedShape ); // The imported shape contains an image. We...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Create New PST in Ruby|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....PersonalStorage pst = Rjb :: import ( 'com.aspose.email.PersonalStorage'...folder mapi_message = Rjb :: import ( 'com.aspose.email.MapiMessage'...

    docs.aspose.com/email/java/create-new-pst-in-ruby/
  7. Add Support of Dynamic Grids and Connection Poi...

    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'..."AddDynamicGridsAndCo.vsx" , Rjb :: import ( 'com.aspose.diagram.SaveFileFormat'...

    docs.aspose.com/diagram/java/add-support-of-dyn...
  8. How to Generate a Patch Code in Ruby|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....barcode object builder = Rjb :: import ( 'com.aspose.barcode.BarCodeBuilder'... setSymbologyType ( Rjb :: import ( 'com.aspose.barcode.Symbology'...

    docs.aspose.com/barcode/java/how-to-generate-a-...
  9. Get Icons of Various Visio Shapes in Ruby|Docum...

    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'...an image file fos = Rjb :: import ( 'java.io.FileOutputStream'...

    docs.aspose.com/diagram/java/get-icons-of-vario...
  10. Save PDF Document|Aspose.PDF for Java

    Learn how to save PDF file with Aspose.PDF for Java library....examples ; import java.io.FileOutputStream ; import java.nio.file...file.Path ; import java.nio.file.Paths ; import com.aspose.pdf...

    docs.aspose.com/pdf/java/save-pdf-document/