Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 213,580 for

new

(0.17 sec)
  1. ImportFormatOptions.ignoreHeaderFooter property...

    ImportFormatOptions.ignoreHeaderFooter property. Gets or sets a boolean value that specifies that source formatting of headers/footers content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used... let dstDoc = new aw . Document ( base . myDir..."Document.docx" ); let srcDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....Load in the document $ doc = new Java ( "com.aspose.words.Document"...// Insert the content into a new separate document and save it...

    docs.aspose.com/words/java/extract-content-in-php/
  3. 打印演示文稿|Aspose.Slides 文档

    在 Java 中打印 PowerPoint 演示文稿...PrintRequestAttribut attributes = new HashPrintRequestAttr (); attributes...RenderingOptions renderingOptions = new RenderingOptions (); final INotesCommentsLayout...

    docs.aspose.com/slides/zh/java/print-presentation/
  4. 打印演示文稿|Aspose.Slides 文档

    在 Java 中打印 PowerPoint 演示文稿...PrintRequestAttribut attributes = new HashPrintRequestAttr (); attributes...RenderingOptions renderingOptions = new RenderingOptions (); final INotesCommentsLayout...

    docs.aspose.com/slides/zh/androidjava/print-pre...
  5. Გადაიყვანეთ JPG SVG Javascript

    გადაიყვანეთ JPG SVG JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც SVG JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.svg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  6. Გადაიყვანეთ JPG TIFF Javascript

    გადაიყვანეთ JPG TIFF JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც TIFF JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.tiff" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  7. Გადაიყვანეთ JPG BMP Javascript

    გადაიყვანეთ JPG BMP JavaScript ფორმატში კოდით. შეინახეთ JPG როგორც BMP JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.bmp" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/ka/nodejs-net/convers...
  8. Add XMP metadata to EPS file using .NET

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for C# .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/add/
  9. Create, Update, Layout and Auto-Fit Shapes|Docu...

    Use C# Diagram API to create, update and auto layout shapes in Visio files using C# within your applications. Complete guide with C# code samples....The first step when creating new documents, is to create a diagram...of Diagram class to create a new diagram. Programming Sample Layout...

    docs.aspose.com/diagram/net/create-update-layou...
  10. PDF to DOCX Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one DOCX single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to DOCX document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-docx/