Sort Score
Result 10 results
Languages All
Labels All
Results 7,881 - 7,890 of 67,115 for

import

(0.26 sec)
  1. Remove PPTX Annotation Online or Manage Annotat...

    delete comments from PPTX file through online app for free. C++ API code to manage comments of PPTX files....Remove PPTX Annotations Online Import PPTX file to delete comments...

    products.aspose.com/total/cpp/annotate/pptx/
  2. Remove XLT Annotation Online or Manage Annotati...

    delete comments from XLT file through online app for free. C++ API code to manage comments of XLT files....Remove XLT Annotations Online Import XLT file to delete comments...

    products.aspose.com/total/cpp/annotate/xlt/
  3. Setting a Task to a Subproject | Aspose.Tasks D...

    Learn how to work with Microsoft Project (MPP/XML) subprojects using Aspose.Tasks for .NET. Includes C# example for linking a task to a subproject file.... The link does not import the subproject into the master...

    docs.aspose.com/tasks/net/setting-a-task-to-a-s...
  4. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...abc; import com.aspose.words.*; import java.util.Date;...

    forum.aspose.com/t/words-java-tracking-changes-...
  5. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS editor and saved as “test (after JS editor).docx”. Then, the file “test (after JS editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…...saveOptions); // Java example import com.aspose.words.*; Document...

    forum.aspose.com/t/converting-docx-to-pdf-table...
  6. Pdf for java 怎么获得单元格的rowspan? - Free Support Fo...

    我的使用环境如下: 1、使用的组件名称:pdf 2、使用的开发语言:JAVA 3、使用的组件版本号:25.5 问题如下: java版本pdf25.5中表格的单元格只有colspan的方法?没有rowspan,怎么获得单元格的rowspan?我们现在需要做的是解析这个表格,并获得当前表格中每个单元格的位置以及colspan和rowspan,DEMO示例见附件。 https://c.wss.pet/f/hcg7bs9uv38 复…...rowspan for each cell in a table: import com.aspose.pdf.*; public class...

    forum.aspose.com/t/pdf-for-java-rowspan/314492
  7. Aspose split docx file wrongly in Docker, but w...

    I am using Aspose to split a DOCX file into separate DOCX files for each page, and I am creating a Python Azure Function to perform this task. The splitting works correctly in both an Ubuntu Docker image and my local env…...5 KB import aspose.words as aw license...it and understand the issue. import aspose.words as aw license...

    forum.aspose.com/t/aspose-split-docx-file-wrong...
  8. Create New PST, Add Sub-folders and Messages|Do...

    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....“messageFolder” to the root folder, and import messages from files in the...

    docs.aspose.com/email/java/create-new-pst-add-s...
  9. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....PowerPoint presentation template import aspose.slides as slides # Load...

    docs.aspose.com/slides/python-net/excel-integra...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...demonstrates this process: import com.aspose.words.*; public...

    forum.aspose.com/t/alternative-way-to-extract-a...