Sort Score
Result 10 results
Languages All
Labels All
Results 9,671 - 9,680 of 222,975 for

new

(0.25 sec)
  1. Technical Support|Documentation

    How to Contact Technical Support for Aspose.BarCode for Node.js...raise a request to implement new product features. More than 190...Blog regularly publishes news about new features, technical articles...

    docs.aspose.com/barcode/nodejsjava/technical-su...
  2. LineAnnotation Opacity is not set - Free Suppor...

    Hello, We are using Apose.PDF.Drawing 25.2 When we create a LineAnnotation and set the Opacity property to value lower then 1, it is not taken into account in the generated PDF when it is opened with Acrobat, Chrome o…...Create a new PDF document Document pdfDocument = new Document();...lineAnnotation = new LineAnnotation(page, new Aspose.Pdf.Rectangle(100...

    forum.aspose.com/t/lineannotation-opacity-is-no...
  3. 在xlsx4j中将工作簿转换为HTML|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....Options HtmlSaveOptions save = new HtmlSaveOptions ( SaveFormat...template XLSX file Workbook book = new Workbook ( dataDir + "book1.xls"...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  4. 通过 MailGun 和 SendGrid 发送电子邮件|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...."YOUR_MAILGUN_PRIVATE_API_KEY" ; var opt = new MailgunClientOptions { Domain..."YOUR_SENDGRID_PRIVATE_API_KEY" ; var opt = new SendGridClientOption { ApiKey...

    docs.aspose.com/email/zh/net/send-email-message...
  5. Word document with "Control Boxes" are not rend...

    Hi, Currently we are using Aspose.Words for Java 25.11. If a word document has “Control Boxes” (The large blocks around most of the text), it’s not rendered properly in the output PDF. This issue is also reproducible…...getPdfSaveOptions() Document doc = new Document("C:\\Input.docx"); FileOutputStream...FileOutputStream fOut = new FileOutputStream("C:\\Output.pdf");...

    forum.aspose.com/t/word-document-with-control-b...
  6. FieldFillIn Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFillIn class to easily implement FILLIN fields, enhancing your document automation and user interactivity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . UserPromptRespondent = new PromptRespondent (); doc . MailMerge...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Installation|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....scene = new aspose . threed . Scene (); var box = new aspose ...

    docs.aspose.com/3d/zh/nodejs-java/installation/
  8. Aspose.Slides adds gray artifacts and edge of c...

    Hi, Aspose team. Scenario: There are 2 issues while converting PowerPoint presentation to PDF: Gray artifact lines appear in the PDF that are not present in the original PowerPoint file (page 3 and 4) The edges o…...Code to replicate: var ppt = new Aspose.Slides.Presentation(path);...Presentation(path); var pptxPdfOption = new PdfOptions { Compliance = Aspose...

    forum.aspose.com/t/aspose-slides-adds-gray-arti...
  9. 复制工作表|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....xlsx" ; Workbook newWorkbook = new Workbook (); Worksheet worksheet...newWorkbook . Worksheets . Add ( "New Sheet" ); Cells cells = worksheet...

    docs.aspose.com/cells/zh/net/copy-worksheets/
  10. Remove Hidden Info|Documentation

    This section explains how to remove unusing or hidden info from a diagram with Aspose.Diagram....existing Visio Diagram diagram = new Diagram ( dataDir + "Drawing1...options HTMLSaveOptions options = new HTMLSaveOptions (); // Set export...

    docs.aspose.com/diagram/net/remove-hidden-info/