Sort Score
Result 10 results
Languages All
Labels All
Results 7,991 - 8,000 of 223,089 for

new

(1.26 sec)
  1. Replace Checkboxes and Radio Buttons with Text ...

    Hello, I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...Words: Document doc = new Document("input.pdf"); FindReplaceOptions...FindReplaceOptions options = new FindReplaceOptions(); options.se...

    forum.aspose.com/t/replace-checkboxes-and-radio...
  2. Add named value in XMP metadata of EPS | .NET

    The process of adding named value in XMP metadata with Aspose.Page for .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/add-named...
  3. Working with Window Elements|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....Visio diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...window. Developers can now add a new Window object in a Microsoft...

    docs.aspose.com/diagram/java/working-with-windo...
  4. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...Instantiate a new Workbook. const workbook = new AsposeCells ...Instantiate a new Workbook. const workbook = new AsposeCells ...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  5. Font.UnderlineColor | Aspose.Words for .NET

    Discover the Font UnderlineColor property to easily customize your font's underline color for enhanced text styling and visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  6. TxtOfficeMathExportMode Enum | Aspose.Words for...

    TxtOfficeMathExportMode lets you choose how Word OfficeMath equations are exported to text for better accuracy and readability.... Document doc = new Document ( MyDir + "Office math...TxtSaveOptions saveOptions = new TxtSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 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
  8. 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...
  9. Ú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/
  10. 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-...