Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 213,512 for

new

(0.91 sec)
  1. MailMerge | Aspose.Words for Java

    Represents the mail merge functionality in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...a database DataTable table = new DataTable("Test"); table.getColumns()...

    reference.aspose.com/words/java/com.aspose.word...
  2. CustomXmlProperty | Aspose.Words for .NET

    Discover the CustomXmlProperty constructor. Easily create and initialize New instances for seamless XML property management in your projects....CustomXmlProperty constructor Initializes a new instance of this class. public...void Create () { Document doc = new Document (); // A smart tag appears...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Aspose 中的公共 API 更改。3D 1.7.0|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....existing 3D scene Scene scene = new Scene ( "test.obj" ); // create...before render Camera camera = new Camera (); scene . RootNode ...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  4. Aspose.Drawing memory leak in Csharp - Free Sup...

    When I convert pdf to tiff, it takes a lot of ressource. My PDF is 1300K (any pdf does the same) and after 5 calls ended the process still takes 1.7g, even after 5 minutes it’s completion and idle. Here is my code. us…...License license = new Aspose.Pdf.License(); license...= null; using (pdfDocument = new Document("1300KFile.pdf")) {...

    forum.aspose.com/t/aspose-drawing-memory-leak-i...
  5. FieldMergingArgsBase | Aspose.Words for Java

    Base class for FieldMergingArgs and ImageFieldMergingArgs in Java....throws Exception { Document doc = new Document(getMyDir() + "Field...getMailMerge().setFieldMergingCallb(new HandleMergeFieldInse()); final...

    reference.aspose.com/words/java/com.aspose.word...
  6. Field | Aspose.Words for Java

    Represents a Microsoft Word document field in Java.... To create a new field use the DocumentBuilder...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. IgnoreHeaderFooter not working - Free Support F...

    When I append attachments to my document then the Headers and Footers are applied to the appended document even though I used the IgnoreHeaderFooter format option. Document input = New Document(filePath) var output = ne…...Document input = new Document(filePath) var output = new Document();...); Document attachmentDoc = new Document(tempFilePath); ImportFormatOptions...

    forum.aspose.com/t/ignoreheaderfooter-not-worki...
  8. 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/
  9. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for .NET, providing flexibility in document modification.... In this new release, we have implemented new feature of searching...exist on page of PDF document. A new class named Aspose.PDF.Text.TableAbsorber...

    docs.aspose.com/pdf/net/manipulate-tables-in-ex...
  10. BarcodeParameters.ErrorCorrectionLevel | Aspose...

    Discover the ErrorCorrectionLevel property for QR Codes. Enhance your barcodes with optimal error correction options, values 0 and 3 for reliability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...