Sort Score
Result 10 results
Languages All
Labels All
Results 6,761 - 6,770 of 20,473 for

insert documents

(0.16 sec)
  1. ComparisonMode.IGNORE_SPACES Throws NullReferen...

    Issue 1: SideBySidePdfComparer.compare()consistently throws aNullReferenceExceptionwhenComparisonMode.IGNORE_SPACESis used on cetain PDF pages (~85–110 KB per page). The exact same files compare successfully withCompari…...increased to 5 on the same documents, additional instability occurs...financial statement PDF doc1 = ap.Document("section_pdf1_pages1to3.pdf")...

    forum.aspose.com/t/comparisonmode-ignore-spaces...
  2. Import and Export Data from Document|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....from Document Contents [ Hide ] Import data from document Data...and we create spreadsheet documents or reports to present these...

    docs.aspose.com/cells/net/import-export-data-fr...
  3. Making a Report via Workflow Activity|Aspose.Wo...

    This article walks you through creating a workflow for building a report with parameters while using Aspose.Words for SharePoint reports....workflow and associate it with a document library. Creating a new workflow...workflow actions. Convert a Document Insert a Watermark...

    docs.aspose.com/words/sharepoint/making-a-repor...
  4. Aspose::Words::ImportFormatOptions::get_IgnoreT...

    Aspose::Words::ImportFormatOptions::get_IgnoreTextBoxes method. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if KeepSourceFormatting mode is used. The default value is true in C++....while appending a document. // Create a document that will have...have nodes from another document inserted into it. auto dstDoc =...

    reference.aspose.com/words/cpp/aspose.words/imp...
  5. Does Aspose.Words MailMerge feature support com...

    I am looking to evaluate the Aspose.Words library, specifically looking at the MailMerge feature. The core requirement that I have is I need to build completely dynamic tables, where the number of rows and number of col…...specific tag, where I could insert my own custom functionality...Execute the merge Document doc = new Document("Template.docx");...

    forum.aspose.com/t/does-aspose-words-mailmerge-...
  6. 使用 Pages | C++ API 解决方案

    Aspose.Page API 解决方案解答了如何将页面添加到 XPS 文件的问题。了解如何在 C++ 中使用该功能。...Page-for-C 2 // Create new XPS Document 3 auto doc = System::MakeObject...list 6 doc -> AddPage(); 7 // Insert an empty page at beginning...

    docs.aspose.com/page/zh/cpp/xps/working-with-pa...
  7. Handling Overtime, Remaining Costs and Work | A...

    Learn how to handle Microsoft Project (MPP/XML) overtime and remaining costs and work values using Aspose.Tasks for .NET....Task Usage screen, select the Insert menu, then Column . Add the...

    docs.aspose.com/tasks/net/handling-overtime-rem...
  8. Add Image stamps in PDF using JavaScript via C+...

    Add the Image Stamp to your PDF document using AsposePdfAddStamp function with the JavaScript toolkit....a PDF document is similar to stamping a paper document. A stamp... onload = ( event ) => { /*insert the stamp file to a PDF-file...

    docs.aspose.com/pdf/javascript-cpp/stamping/
  9. Aspose::Words::Markup::SdtCalendarType enum | A...

    Aspose::Words::Markup::SdtCalendarType enum. Specifies the possible types of calendars which can be used to specify CalendarType in an Office Open XML document in C++....CalendarType in an Office Open XML document. enum class SdtCalendarType...enter a date with a structured document tag. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Export Word bookmarks to PDF with valid actions...

    I created a Word document and added bookmarks using the native Word feature: Insert → Bookmark. Then, I process the document with Aspose.Words and save it as a PDF. Here’s the code I’m using: var reportBuildOptions = …...2:15pm 1 I created a Word document and added bookmarks using...feature: Insert → Bookmark . Then, I process the document with Aspose...

    forum.aspose.com/t/export-word-bookmarks-to-pdf...