Sort Score
Result 10 results
Languages All
Labels All
Results 6,571 - 6,580 of 47,375 for

as

(0.56 sec)
  1. Extract Flash Objects from Presentations in Jav...

    Learn how to extract FlAsh objects from PowerPoint and OpenDocument slides in Java with Aspose.Slides, complete code samples and best practices....Learn how to extract Flash objects from PowerPoint and OpenDocument slides in Java with Aspose.Slides, complete code samples and best practices.

    docs.aspose.com/slides/java/flash/
  2. Working with Common Conditional Blocks in Java|...

    Use common conditional blocks within paragraphs to represent the same data depending on a condition using Java....Use common conditional blocks within paragraphs to represent the same data depending on a condition using Java.

    docs.aspose.com/words/java/working-with-common-...
  3. Images moved in conversion - Free Support Forum...

    PleAse see the attached docx and PDF - the conversion wAs done using Aspose v19.4. Note how the images in Page 2 of the Docx have moved into Page 1 in the PDF. Is there some better way that the images should be anchore…...Please see the attached docx and PDF - the conversion was done using Aspose v19.4. Note how the images in Page 2 of the Docx have moved into Page 1 in the PDF. Is there some better way that the images should be anchore…

    forum.aspose.com/t/images-moved-in-conversion/1...
  4. Doc to Docx conversion -> Requested default val...

    import Aspose.words As aw import Aspose.words.saving As saving _license = aw.License() _license.set_license(str(AsPOSE_LICENSE_PATH)) ... doc = aw.Document(str(input_path)) try: doc.save(str(output_path), aw.Save…...import aspose.words as aw import aspose.words.saving as saving _license = aw.License() _license.set_license(str(ASPOSE_LICENSE_PATH)) ... doc = aw.Document(str(input_path)) try: doc.save(str(output_path), aw.Save…

    forum.aspose.com/t/doc-to-docx-conversion-reque...
  5. MailMerge.execute method | Aspose.Words for Python

    Aspose.words.mailmerging.MailMerge.execute method...aspose.words.mailmerging.MailMerge.execute method

    reference.aspose.com/words/python-net/aspose.wo...
  6. CleanupOptions.unusedStyles property | Aspose.W...

    CleanupOptions.unusedStyles property. Specifies whether unused styles should be removed from document...CleanupOptions.unusedStyles property. Specifies whether unused styles should be removed from document

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FontSettings.substitution_settings property | A...

    FontSettings.substitution_settings property. Settings related to font substitution mechanism....FontSettings.substitution_settings property. Settings related to font substitution mechanism.

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::ParagraphFormat::get_WidowContro...

    Aspose::Words::ParagraphFormat::get_WidowControl method. True if the first and lAst lines in the paragraph are to remain on the same page As the rest of the paragraph in C++....Aspose::Words::ParagraphFormat::get_WidowControl method. True if the first and last lines in the paragraph are to remain on the same page as the rest of the paragraph in C++.

    reference.aspose.com/words/cpp/aspose.words/par...
  9. PDF to PDF/A conversion: tagging problem - Free...

    Hello! I want to convert pdf-documents to tagged pdf (PDF/A-1a): Document document = new Document(new ByteArrayInputStream(input)); PdfFormatConversionOptions options = new PdfFormatConversionOptions(PdfFormat.PDF_A_…...Hello! I want to convert pdf-documents to tagged pdf (PDF/A-1a): Document document = new Document(new ByteArrayInputStream(input)); PdfFormatConversionOptions options = new PdfFormatConversionOptions(PdfFormat.PDF_A_…

    forum.aspose.com/t/pdf-to-pdf-a-conversion-tagg...
  10. Table GetHeight - Free Support Forum - aspose.com

    Hello, I’d like to find the height of Table. There is the GetHeight() function. But if in the table there is a TextFragment, and the width of the text exceeds the cell, it fits well on several rows, but the height of t…...Hello, I’d like to find the height of Table. There is the GetHeight() function. But if in the table there is a TextFragment, and the width of the text exceeds the cell, it fits well on several rows, but the height of t…

    forum.aspose.com/t/table-getheight/316445