Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 414,712 for

document

(0.84 sec)
  1. GradientStop | Aspose.Words for Java

    Represents one gradient stop in Java....Working with Graphic Elements documentation article. Examples: Shows...the gradient fill. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert PDF to PDF/A | Aspose.PDF for .NET | Fo...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with some embedded fonts (Sample_input.pdf) the processed file has other font names (some …...(C#): using (var doc = new Document(input)) { var options = new...issues with font names and document accessibility. The problem...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  3. Error using Aspose.Word dll - Free Support Foru...

    XmlOpenedWithWord.png (26.1 KB) AsposeTest.zip (7.9 KB) System Information: .NET 8.0 C# Version 12 Aspose.Word Version 25.4.0 Code Sample in an UnitTest Project: [TestClass] public class TestClass { [TestMethod]…...OpenDocumentByPath() { Document doc = new Document(@"C:\tmp\AsposeTest...MemoryStream(byteArray); var doc = new Document(memoryStream); //System.I...

    forum.aspose.com/t/error-using-aspose-word-dll/...
  4. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/conditiona...
  5. Java API to Export MD to MHTML | products.aspos...

    Convert MD to MHTML using on premise Java API...Words for Java is a powerful document processing API that enables...with documents, such as document manipulation, document comparison...

    products.aspose.com/total/java/conversion/md-to...
  6. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(Document); RunCollection runs = para.getRuns(); Arrays.st…...builder = new DocumentBuilder(document); RunCollection runs = para...您可以创建一个部分,并将其添加为首页: Document doc = new Document("input.docx"); Section...

    forum.aspose.com/t/topic/311299
  7. DocumentBase.import_node method | Aspose.Words ...

    aspose.words.DocumentBase.import_node method...node from another document to the current document. def import_node...belonging to the importing document. The returned node has no...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Java API to Export MD to PCL | products.aspose.com

    Convert MD to PCL using on premise Java API...APIs that can help you with document processing tasks. The first...that can help you with PDF document processing tasks. It can help...

    products.aspose.com/total/java/conversion/md-to...
  9. Java API to Export PS to DOCM | products.aspose...

    Convert PS to DOCM using on premise Java API...to a Microsoft Word (DOCM) document can be done in two simple...Words for Java is a powerful document processing API that is also...

    products.aspose.com/total/java/conversion/ps-to...
  10. C++ API to Export CGM to PS | products.aspose.com

    Convert CGM to PS within C++ applications.... It is used to create documents that can be printed on a variety...PDF documents. Secondly, by using advanced Word Document Processing...

    products.aspose.com/total/cpp/conversion/cgm-to...