Sort Score
Result 10 results
Languages All
Labels All
Results 8,581 - 8,590 of 216,893 for

new

(0.23 sec)
  1. PageSetup.otherPagesTray property | Aspose.Word...

    PageSetup.otherPagesTray property. Gets or sets the paper tray (bin) to be used for all but the first page of a section... let doc = new aw . Document (); // Find the...PrinterSettings object. let settings = new PrinterSettings (); // The paper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. When inserting long Hebrew text- problems in di...

    Hi, I am evaluating the product in order to buy it. I am building a multi-language application so I am testing unicode and Hebrew. 1) Well, I have a few problems with long text which spans on more than one line. If …...string text) { Text hebrewText = new Aspose.Pdf.Text(section, title);...Add(hebrewText); hebrewText = new Text(); Segment segment = hebrewText...

    forum.aspose.com/t/when-inserting-long-hebrew-t...
  3. NullReferenceException in PdfFileEditor.Concate...

    Hello, I am encountering a NullReferenceException when trying to concatenate PDF files using the PdfFileEditor.Concatenate() method in Aspose.PDF 25.1.0 . The issue occurs specifically when the PDFs being processed cont…...License license = new Aspose.Pdf.License(); license...List<string> pdfFilesToConcatenat = new List<string>(); pdfFilesToConcatenat...

    forum.aspose.com/t/nullreferenceexception-in-pd...
  4. Generate and Read Swiss QR Code in C#|Documenta...

    This article explains how to Generate and Read Swiss QR Codes using Aspose.BarCode for .NET...SwissQRCodetext swissQRCode = new SwissQRCodetext (); swissQRCode...swissQRCode . Bill . Creditor = new Address { Name = "Muster & Söhne"...

    docs.aspose.com/barcode/net/swiss-qr-code/
  5. 与大师合作|Documentation

    本节介绍如何使用 Aspose.Diagram 添加 master 或获取 master 信息。...diagram Diagram vdxDiagram = new Diagram ( dataDir + "RetrieveMasterInfo...Load diagram Diagram diagram = new Diagram (); // Load stencil to...

    docs.aspose.com/diagram/zh/net/working-with-mas...
  6. Convert Worksheet to Image - Remove whitespace ...

    Learn how to convert Microsoft Excel worksheets to images and remove whitespace around data using Aspose.Cells for Node.js via C++....template file const workbook = new AsposeCells . Workbook ( path... get ( 0 ); const options = new AsposeCells . LoadOptions ();...

    docs.aspose.com/cells/nodejs-cpp/convert-worksh...
  7. Noise removal|Documentation

    How to remove dirt, spots, scratches, glare, and other image defects to improve recognition accuracy....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...PreprocessingFilter filters = new Aspose . OCR . Models . PreprocessingFilters...

    docs.aspose.com/ocr/net/denoise/
  8. How to set just the sender name in PST not the ...

    I have just the sender name not the mail sender address which i want to set for the particular mail message and i just want to set just the name but when setting it using the following code throws me the exception :“The …... Code: MailMessage mail = new MailMessage(); mail.From = “David”;...MailMessage mail = new MailMessage(); mail.From = new MailAddress("placeholder@domain...

    forum.aspose.com/t/how-to-set-just-the-sender-n...
  9. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Android via Java. From entire pages, from a specific part, based on columns, etc....document Document pdfDocument = new com . aspose . pdf . Document...TextAbsorber textAbsorber = new com . aspose . pdf . TextAbsorber...

    docs.aspose.com/pdf/androidjava/extract-text-fr...
  10. 如何用 Java 添加 Circle 注解 | Aspose.PDF

    Java 示例代码,用于在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中在 PDF 文件中添加 Circle 个注释。...PDF file Document document = new com . aspose . pdf . Document...circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270...

    products.aspose.com/pdf/zh-hans/java/annotation...