Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 224,666 for

new

(0.16 sec)
  1. Export Task List to PDF with Barcode using PDF ...

    PDF SharePoint API can export Task List to PDF with Barcode using PDF Template Engine.... Create and save a new task. Export the document to...creating the template, click Add New Item in the list and upload the...

    docs.aspose.com/pdf/sharepoint/export-task-list...
  2. Convert Word to Excel in Java|Aspose.Words for ...

    Convert XML to Excel, Word to Excel (including DOCX to Excel) in Java. Save a document in various formats to XLSX using Java....XlsxSaveOptions class and the new Xlsx element in the SaveFormat...Document.replace("old", "new", new FindReplaceOptions()) ). After...

    docs.aspose.com/words/java/convert-a-document-t...
  3. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for PHP via Java. Add, format, and edit charts with practical code examples.... Add new series and categories. Add some new chart data...represents a PPTX file $pres = new Presentation (); try { # Accesses...

    docs.aspose.com/slides/php-java/create-chart/
  4. [PST] MapiRecipient type - Free Support Forum -...

    Hello In order to display recipient email address in outlook (classic) in PST file it is needed to setup “SMTP” address type. For email which was already sent, outlook will not show the recipient email (outlook display…...AddressType var recipients = new new MapiRecipientCollect(); recipients...work fine: var recipients = new new MapiRecipientCollect(); recipients...

    forum.aspose.com/t/pst-mapirecipient-type/321490
  5. PNG to PDF Merge using C# | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add PNG file to new page...

    products.aspose.com/pdf/net/merger/png-to-pdf/
  6. Convert JSON to Excel with JavaScript via C++|D...

    Learn how to convert a JSON file to an Excel workbook with Aspose.Cells for JavaScript via C++....file (JSON) const wb = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  7. Text annotation does not handle right to left t...

    Hello, When adding a text annotation with hebrew text on a PDF, on the output document the text is reversed, left to right instead of right to left. You can see in the picture bellow, displayed in Adobe Reader, the tex…...TextAnnotation annot = new TextAnnotation(page, new Rectangle(100, 500...yourself FormXObject appearance = new FormXObject(annot.Rect); appearance...

    forum.aspose.com/t/text-annotation-does-not-han...
  8. SVG to Aspose Image to be passed to StampAnnota...

    Does Aspose.PDF support this? i have an SVG file and i would like to pass that to a StampAnnotation object...face any issue: Document doc = new Document(); doc.Pages.Add();...Annotations.StampAnnotation stamp = new Aspose.Pdf.Annotations.StampAnnotation(doc...

    forum.aspose.com/t/svg-to-aspose-image-to-be-pa...
  9. Converting a Presentation to HTML in Java Uses ...

    Hello, when converting a specific PowerPoint slide (that was created based on a master template) to HTML, characters in Calibri font (but quite sure it’s not specific to this font) are not correctly converted. The chara…...same font that was created as a new 2nd page in the same slides works...used: HtmlOptions options = new HtmlOptions(); options.setHt...

    forum.aspose.com/t/converting-a-presentation-to...
  10. Manage SmartArt Shape Nodes in Presentations on...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for Android. Get clear Java code samples and tips to streamline your presentations.... Add a new Node in SmartArt shape NodeCollection...presentation Presentation pres = new Presentation ( "SimpleSmartArt...

    docs.aspose.com/slides/androidjava/manage-smart...