Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 214,313 for

new

(0.35 sec)
  1. Convert PDF to PDF/A | Aspose.PDF for .NET | Em...

    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 a Newly embedded file (sample-input.pdf), the processed file ignores the MIME Type gi…...doc = new Document(input)) { var fileSpecification = new FileSpecification((new...FileSpecification((new StreamReader(documentPath)).BaseStream, "factur-x...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  2. 搜索

    搜索...FontDefinition fd = new FontDefinition(FontType.CFF, new FontFileDefinition("cff"...FontFileDefinition("cff", new FileSystemStreamSour(fileName))); CffFont...

    blog.aspose.com/zh-hant/font/work-with-cff-true...
  3. CommentRangeEnd | Aspose.Words for .NET

    Discover the CommentRangeEnd constructor, effortlessly create New instances of this class for seamless code integration and enhanced functionality....CommentRangeEnd constructor Initializes a new instance of this class. public...Document doc = new Document (); Comment newComment = new Comment (...

    reference.aspose.com/words/net/aspose.words/com...
  4. OoxmlCompliance enumeration | Aspose.Words for ...

    Aspose.Words.Saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DOCX format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape as DML. let saveOptions = new aw . Saving . OoxmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to apply/set text alignment to TextBox with...

    How to apply/set text alignment to TextBox in Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } const worksheet...

    docs.aspose.com/cells/javascript-cpp/applying-t...
  6. Add Pages to PDF Document|Aspose.PDF for Rust v...

    Explore how to add pages to an existing PDF in Rust with Aspose.PDF for enhancing and expanding your documents....page_add method is used to insert a new blank page into the existing...changes, such as the addition of new pages. This snippet is a concise...

    docs.aspose.com/pdf/rust-cpp/add-pages/
  7. FieldEditTime | Aspose.Words for Java

    Implements the EDITTIME field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldQuote | Aspose.Words for Java

    Implements the QUOTE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Export JasperReport to DICOM|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....ASDicomExporter dicomExporter = new ASDicomExporter (); ASDicomExportConfigu...ASDicomExportConfigu dicomExportConfigura = new ASDicomExportConfigu (); dicomExporter...

    docs.aspose.com/imaging/jasperreports/export-ja...
  10. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...{ #region 记录每个段落 var bkMap = new Dictionary<Paragraph, (BookmarkStart...be)>(pars.Count); Random r = new Random(); for (int i = 0; i <...

    forum.aspose.com/t/words-how-to-obtain-data-for...