Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 21,358 for

extension

(0.07 sec)
  1. How to Detect a File Format and Check if the Fi...

    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....opening it because the file extension does not guarantee that the...file path) and check its extension. You can also determine whether...

    docs.aspose.com/cells/java/how-to-detect-a-file...
  2. Stretching Factor|Aspose.Words for Reporting Se...

    Stretching Factor setting of the Aspose.Words for Reporting Services.... < Extension Name = "AWTXT" Type = "Aspose...StretchingFactor > </ Configuration > </ Extension > </ Render > Round Points...

    docs.aspose.com/words/reportingservices/stretch...
  3. Aspose::Words::WebExtensions::WebExtensionBindi...

    Aspose::Words::WebExtensions::WebExtensionBinding class. Specifies a binding relationship between a web Extension and the data in the document. To learn more, visit the documentation article in C++....relationship between a web extension and the data in the document...System::String&) Creates web extension binding with specified parameters...

    reference.aspose.com/words/cpp/aspose.words.web...
  4. Page margin size|Aspose.PDF for Reporting Services

    Adjust page margin sizes in PDF reports with Aspose.PDF for Reporting Services for improved readability and layout....zero Example < Render > … < Extension Name = "APPDF" Type = " Aspose...PageMarginBottom > </ Configuration > </ Extension > </ Render > PageSize XMP...

    docs.aspose.com/pdf/reportingservices/page-marg...
  5. TaskPane.width property | Aspose.Words for Python

    TaskPane.width property. Specifies the default width value for this task pane instance....Examples Shows how to add a web extension to a document. doc = aw ....webextensions . TaskPane () doc . web_extension_task_panes . add ( my_script_task_pane...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::WebExtensions::WebExtensionStore...

    Aspose::Words::WebExtensions::WebExtensionStoreType enum. Enumerates available types of a web Extension store in C++....available types of a web extension store. enum class WebExtensionStoreTyp...Examples Shows how to add a web extension to a document. auto doc =...

    reference.aspose.com/words/cpp/aspose.words.web...
  7. WebExtensionBinding | Aspose.Words for Java

    Specifies a binding relationship between a web Extension and the data in the document in Java....relationship between a web extension and the data in the document...Examples: Shows how to add a web extension to a document. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  8. Listing Server Extensions using Pop3Client|Docu...

    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....Portuguese Listing Server Extensions using Pop3Client Contents...Contents [ Hide ] Listing Server Extensions using Pop3Client Aspose.Email’s...

    docs.aspose.com/email/python-net/listing-server...
  9. Aspose::Words::FileFormatUtil::ImageTypeToExten...

    Aspose::Words::FileFormatUtil::ImageTypeToExtension method. Converts an Aspose.Words image type enumerated value into a file Extension. The returned Extension is a lower-case string with a leading dot in C++....value into a file extension. The returned extension is a lower-case...// We can determine a file extension for each image automatically...

    reference.aspose.com/words/cpp/aspose.words/fil...
  10. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...MailMessage mailMessage; String extension = FilenameUtils.getExtension(filename);...(StringUtils.equalsIgnoreCase(extension, "eml") || StringUtils.eq...

    forum.aspose.com/t/cutting-off-right-side-after...