Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 195,368 for

new

(0.33 sec)
  1. NodeRendererBase.RenderToScale | Aspose.Words f...

    Discover the NodeRendererBase RenderToScale method—efficiently render shapes into Graphics objects at any scale for enhanced visual output....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ShapeForm shapeForm = new ShapeForm ( new Size ( 1017 , 840 ));...

    reference.aspose.com/words/net/aspose.words.ren...
  2. LoadOptions.progressCallback property | Aspose....

    LoadOptions.progressCallback property. Called during loading a document and accepts data about loading progress....progressCallback = new LoadingProgressCallb (); let loadOptions = new aw ....progressCallback ; try { let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Mail merge...getMailMerge().setFieldMergingCallb(new HandleMergeImageFiel()); // Loads...

    reference.aspose.com/words/java/com.aspose.word...
  4. 档案

    档案... /*create a new workbook*/ intrusive_ptr<IWorkbook>...intrusive_ptr<String> str = new String("Hello World!"); cell->PutValue(str);...

    blog.aspose.com/zh/cells/create-ms-excel-spread...
  5. Manage Zoom|Aspose.Slides for PHP Documentation

    Add zoom or zoom frames to PowerPoint presentations... Create new slides to which you intend to...slide: $pres = new Presentation (); try { # Adds new slides to the...

    docs.aspose.com/slides/php-java/manage-zoom/
  6. Adding MapiContact to 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.... new ( "Sebastian Wright" , "SebastianWright@dayrep...#2 contact2 = mapi_contact . new ( "Wichert Kroos" , "WichertKroos@teleworm...

    docs.aspose.com/email/java/adding-mapicontact-t...
  7. Drawing Arc in PHP|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....properties $create_options = new BmpOptions (); $create_options...$create_options -> setSource ( new StreamSource ( new ByteArrayInputStream...

    docs.aspose.com/imaging/java/drawing-arc-in-php/
  8. 有什么新功能|Aspose.PDF for Java

    本页面介绍了Aspose.PDF for Java最近发布版本中引入的最受欢迎的新功能。...8以来,支持PDF/A-4格式: Document document = new Document ( inputPdf ); // 只有PDF-2...x文档可以转换为PDF/A-4 document . convert ( new ByteArrayOutputStrea (), PdfFormat...

    docs.aspose.com/pdf/zh/java/whatsnew/
  9. Importing from Custom Objects|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...Worksheets . Clear (); //Add a new Sheet "Data"; Worksheet sheet...

    docs.aspose.com/cells/net/importing-from-custom...
  10. Document.Convert error when converting digital ...

    We are merging PDF’s and then trying to convert the PDF to Pdf_A_2A. We dont need the old signature we simply just want to merge the document. We get an error after trying to upgrade to 24.8.0 or higher, we also see the…...the code: var pdfDokument = new Pdf.Document(); foreach(var fil...var stream = new MemoryStream(bytes); var doc = new Pdf.Document(stream);...

    forum.aspose.com/t/document-convert-error-when-...