Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 222,964 for

new

(0.32 sec)
  1. Aspose PDF compare report with strike for added...

    We are using Aspose pdf latest version in .net code as below for PDF compare Code.png (70.6 KB) Expected as if text is added it should show in green or blue color and if deleted if should strike out in red as below ima…...PDF documents Document pdf1 = new Document("Input1-AsposePDF.pdf");...pdf"); Document pdf2 = new Document("Input2-AsposePDF.pdf"); //...

    forum.aspose.com/t/aspose-pdf-compare-report-wi...
  2. Adding Attachments and HTML Text to Outlook Msg...

    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.... Application objOutlook = new Outlook . Application (); //Create...MailMessage MailMessage msg = new MailMessage (); // Set properties...

    docs.aspose.com/email/net/adding-attachments-an...
  3. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...BuildReport(doc, new JsonDataSource(ms, jOpt), "ds");...Save("C:\\Temp\\ErroredOutput.docx"); throw new InvalidOperationExce( $"Document...

    forum.aspose.com/t/get-inline-error-message/315601
  4. Aspose.pdf for java版本24.11,使用TextFragmentAbsorb...

    相关代码如下: private static void pdfStamp(InputStream srcImgInputStream) throws Exception { License license = New License(); license.setLicense(getLicenseInputStream(LICENSE)); Locale.setDefault(Locale.CHINA); try { …...Exception { License license = new License(); license.setLicens...CHINA); try { Document document = new Document(srcImgInputStream);...

    forum.aspose.com/t/aspose-pdf-for-java-24-11-te...
  5. Úpravy souborů PSD online | products.aspose.com

    Upravte soubory PSD Adobe Photoshop online...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...of Image using (Image image = new PsdImage(100, 100)) { // Create...

    products.aspose.com/psd/cz/editor/
  6. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveOptions saveOptions = New HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions...Load the DOCX Document doc = new Document("TableWithDottedBorde...

    forum.aspose.com/t/bug-when-generating-html-in-...
  7. Aspose::Words::Bibliography::PersonCollection::...

    Aspose::Words::Bibliography::PersonCollection::PersonCollection constructor. Initialize a New instance of the PersonCollection class in C++....() constructor Initialize a new instance of the PersonCollection...person collection. // Create a new person collection. auto persons...

    reference.aspose.com/words/cpp/aspose.words.bib...
  8. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = New Document("D:\\test.doc…...pdf”: var testDoc = new Document("D:\\test.docx"); testDoc...Load the document var testDoc = new Document("D:\\test.docx"); //...

    forum.aspose.com/t/problems-with-title-and-lege...
  9. PDF Printing Stuck on Size A4? - Free Support F...

    Hi All, I am attempting to print a document with specific sizes (configurable by customer). NOTE: In testing I am printing to a virtual printer. I have tried both Postscript and Microsoft Print to PDF and have seen the…...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); printerSettings...PrintPageSettings pageSettings = new PrintPageSettings(printerSettings);...

    forum.aspose.com/t/pdf-printing-stuck-on-size-a...
  10. Customize PowerPoint Fonts on Android|Aspose.Sl...

    Customize fonts in PowerPoint slides with Aspose.Slides for Android via Java to keep your presentations sharp and consistent across any device.... String [] fontFolders = new String [] { externalFontFolder1...null ; try { presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/androidjava/custom-font/