Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 400,555 for

document

(0.19 sec)
  1. 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-...
  2. 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/...
  3. ImageFieldMergingArgs class | Aspose.Words for ...

    aspose.words.mailmerging.ImageFieldMergingArgs class. Provides data for the [IFieldMergingCallback.image_field_merging()](../ifieldmergingcallback/image_field_merging/#imagefieldmergingargs) event...Mail Merge and Reporting documentation article. Remarks This event...field is encountered in the document. You can respond to this event...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LayoutOptions.ShowHiddenText | Aspose.Words for...

    Discover the LayoutOptions ShowHiddenText property, easily control the rendering of hidden text in your Documents. Optimize your content visibility today!...whether hidden text in the document is rendered. Default is false...rendered output document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lay...
  5. 请问怎么将一个分页符和文本从一个段落中分开 - 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
  6. Online XSLFO to FODS Conversion or Build .NET b...

    Free online app to convert XSLFO to FODS files. .NET C# conversion library code for XSLFO Documents....will be converted into FODS document Download the converted FODS...API Open XSLFO file using Document class Convert XSLFO to XLSX...

    products.aspose.com/total/net/conversion/xslfo-...
  7. Document.GetPageInfo(0) runs indefinitely for s...

    Hello! We have observed that for some Documents, executing the method Document.GetPageInfo(0) never finishes. I have attached a sample C# solution that demonstrates the issue. AsposeInfiniteLoadingBug.7z (54.5 KB) The…...Document.GetPageInfo(0) runs indefinitely for some documents...that for some documents, executing the method document.GetPageInfo(0)...

    forum.aspose.com/t/document-getpageinfo-0-runs-...
  8. FontInfoCollection.embed_true_type_fonts proper...

    FontInfoCollection.embed_true_type_fonts property. Specifies whether or not to embed TrueType fonts in a Document when it is saved...embed TrueType fonts in a document when it is saved. Default...allows others to view the document with the same fonts that were...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to access Style Id? - Free Support Forum - ...

    Hello, Consider the Document has this style ( present in styles.xml ): <w:style w:type="character" w:styleId="CustomEmphasis"> <w:name w:val="Custom Emphasis"/> <w:basedOn w:val="DefaultParagraphFon…...9:03pm 1 Hello, Consider the document has this style ( present in...back to the style ? Because, Document.styles or Style object in...

    forum.aspose.com/t/how-to-access-style-id/316421
  10. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your Documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results....method Allows to optimize the document contents as well as default...“Compatibility mode” ribbon upon document loading. (Note that you may...

    reference.aspose.com/words/net/aspose.words.set...