Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 213,297 for

new

(0.16 sec)
  1. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    Discover how the ImportFormatOptions IgnoreTextBoxes property enhances your document formatting by controlling textbox content. Optimize with ease today!...dstDoc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document srcDoc = new Document (); builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/imp...
  2. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation.... Table table = new Aspose . Pdf . Table (); Adding...CreateTable () { Document doc = new Document ( _dataDir + "input...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  3. Converting Documents with Microsoft Azure funct...

    Learn how to convert PDF documents using Microsoft Azure Functions with Aspose.PDF for .NET, enabling cloud-based document processing.... Resource group: Create new or select existing. Storage account...Studio 2022. Click “Create a new project”. Select “Azure Functions”...

    docs.aspose.com/pdf/net/converting-documents-wi...
  4. DocSaveOptions.saveFormat property | Aspose.Wor...

    DocSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocSaveOptions.saveRoutingSlip property | Aspos...

    DocSaveOptions.saveRoutingSlip property. When ``false``, RoutingSlip data is not saved to output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.PSD for .NET 20.10 - Release Notes|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.... Save ( outputFile , new PsdOptions ( image )); } PSDNET-680...expected != actual ) { throw new Exception ( "Values are not equal...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  7. Manage Presentation Zoom in .NET|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...Presentation pres = new Presentation ()) { //Adds new slides to the...

    docs.aspose.com/slides/net/manage-zoom/
  8. Create PDF Forms using PHP via Java | Aspose.PDF

    Create PDF forms and add fields programmatically with PHP sample code using Aspose.PDF for PHP via Java....document $colors = new Color (); $document = new Document ( $inputFile...$textBoxField = new TextBoxField ( $page , new Rectangle ( 110...

    products.aspose.com/pdf/php-java/acroforms/create/
  9. 填写 AcroForms|Aspose.PDF for Java

    本节说明如何使用 Aspose.PDF for Java 在 PDF 文档中填写表单字段。...打开文档 Document pdfDocument = new Document ( _dataDir + "TextField...textBoxField = new TextBoxField ( page , new Rectangle ( 100...

    docs.aspose.com/pdf/zh/java/fill-form/
  10. Add Signature in PDF File|Aspose.PDF for .NET

    This section explains how to add signature to PDF File using PdfFileSignature class....using ( var pdFileSignature = new Aspose . Pdf . Facades . PdfFileSignature... Drawing . Rectangle rect = new System . Drawing . Rectangle...

    docs.aspose.com/pdf/net/add-signature-in-pdf/