Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 213,580 for

new

(0.08 sec)
  1. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....docOriginal = new Document(); DocumentBuilder builder = new Documen...newComment = new Comment(docOriginal, "John Doe", "J.D.", new Date());...

    reference.aspose.com/words/java/com.aspose.word...
  2. Manage Appointments: Create & Manipulate, Conve...

    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....NET can be used to create a new appointment. In this article...class Appointment appointment = new Appointment ( "Meeting Room 3...

    docs.aspose.com/email/net/create-and-manipulate...
  3. MergeFieldImageDimension | Aspose.Words for Java

    Represents an image dimension i.e in Java....throws Exception { Document doc = new Document(); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder(doc); FieldMergeField...

    reference.aspose.com/words/java/com.aspose.word...
  4. Support for TLS 1.2 and AutodiscoverService|Doc...

    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..../*ITokenProvider provider = new ITokenProvider() { @Override...NetworkCredential credentials = new OAuthNetworkCredenti(provider);*/...

    docs.aspose.com/email/java/support-for-tls-1-2-...
  5. Manage Presentation Zoom in PHP|Aspose.Slides f...

    Create and customize Zoom with Aspose.Slides for PHP via Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP 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. Aspose.PSD for .NET 19.8 - 发行说明|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....psd" ; var filesList = new string [] { "PsdExample.psd"...tif" , }; using ( var image = new PsdImage ( 200 , 200 )) { foreach...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  7. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Rust via C++....demonstrates the new method for creating a new PDF document, which...Create a new PDF-document let pdf = Document :: new () ? ; //...

    docs.aspose.com/pdf/rust-cpp/save-pdf-document/
  8. HTML to PDF too slow with version 25.7.0 and ab...

    Dear support team, We are using Aspose.pdf version 25.7.0 for html to pdf Below is the code that we are using for HTML to PDF where “using (Document pdfDocument = New Document(stream, htmloptions))” is taking too much …...using (Document pdfDocument = new Document(stream, htmloptions))...file as well. var htmloptions = new Aspose.Pdf.HtmlLoadOptions();...

    forum.aspose.com/t/html-to-pdf-too-slow-with-ve...
  9. OdtSaveOptions.saveFormat property | Aspose.Wor...

    OdtSaveOptions.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!" ); // Create a new OdtSaveOptions, and pass either...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用 FloatingBox 进行文本生成|Aspose.PDF for .NET

    本页面解释如何在浮动框内格式化文本。...document using ( var document = new Aspose . Pdf . Document ()) {...Create and fill box var box = new Aspose . Pdf . FloatingBox (...

    docs.aspose.com/pdf/zh/net/floating-box/