Sort Score
Result 10 results
Languages All
Labels All
Results 6,431 - 6,440 of 285,302 for

management

(0.14 sec)
  1. xmppdfaextensionvaluetype - Aspose.PDF for Java...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform.... URI, URL, XPath - Media Management value types: AgentName, RenditionClass...

    reference.aspose.com/pdf/java/com.aspose.pdf/xm...
  2. XmpPdfAExtensionValueType - Aspose.PDF for Java...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform.... URI, URL, XPath - Media Management value types: AgentName, RenditionClass...

    reference.aspose.com/pdf/java/com.aspose.pdf/Xm...
  3. Aspose.Slide 18.12 Java 11 `renderToGraphics` f...

    When doing BufferedImage img = new BufferedImage(1000, 500, BufferedImage.TYPE_3BYTE_BGR); Graphics2D slideImg = slideBufferImg.createGraphics(); slide.renderToGraphics(notesOptions, slideImg, 1.0f); using Java 11, we…...access to our Paid Support management team. 1 Like asad.ali November...

    forum.aspose.com/t/aspose-slide-18-12-java-11-r...
  4. High Memory Consumption when Saving PowerPoint ...

    Environment: Linux Ubuntu x86_64 docker .NETCORE 3.1 aspose.slides.net 23.1 Problem: Open a 35M pptx file and save it. The memory increases by 1G. The memory is not released, and the memory for repeated operations …...access to our Paid Support management team. celerycabbage2022 February...

    forum.aspose.com/t/high-memory-consumption-when...
  5. Document Builder unable to insert content (HTML...

    I am trying to insert simple Text and HTML in place of a content control. Looks like it is unable to insert text or html before/after the first content control. It works if I insert text or html after/before second conte…...access to our Paid Support management team. imran.khan1 January...

    forum.aspose.com/t/document-builder-unable-to-i...
  6. NullReferenceException On Html To PDF - Free Su...

    I just purchased the Aspose.Net license and trying to convert the html to pdf and we are getting error for Nullrefrence. Below is the code which I am trying to do, once memory stream started failing added code to read fr…...access to our Paid Support management team....

    forum.aspose.com/t/nullreferenceexception-on-ht...
  7. Converting Mesh coordinate system - Free Suppor...

    Hi, I have a trial licence of Aspose.3D, we’re looking at using it to improve some of our processes. Our requirement is to transform the coordinate system of FBX/OBJ files. The input FBX/OBJ files are in a coordinate s…...access to our Paid Support management team. TPovey2 January 20...#8 Any news on this? I’ve managed to convert the coordinates...

    forum.aspose.com/t/converting-mesh-coordinate-s...
  8. Product Overview|Aspose.Slides 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....is a Microsoft PowerPoint® management API that enables .NET applications...functionalities required to manage PowerPoint® documents. Aspose...

    docs.aspose.com/slides/net/product-overview/
  9. SmartPtr | Aspose.Slides for C++ API Reference

    Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting Object. This pointer type follows intrusive pointer semantics. Reference counter is stored either in Object itself or in counter structure which is tied to Object instance tightly. In any case, all SmartPtr instances form single ownership group regardless how they were created which is unlike how std::shared_ptr class behaves. Converting raw pointer to SmartPtr is safe given there are other SmartPtr instances holding shared references to the same object. SmartPtr class instance can be in one of two states: shared pointer and weak pointer. To keep object alive, one should have count of shared references to it positive. Both weak and shared pointers can be used to access pointed object (to call methods, read or write fields, etc.), but weak pointers do not participate to shared pointer reference counting. Object is being deleted when the last 'shared' SmartPtr pointer to it is being destroyed. So, make sure that this doesn't happen when no other shared SmartPtr pointers to object exist, e. g. during object construction or destruction. Use System::Object::ThisProtector sentry objects (in C++ code) or CppCTORSelfReference or CppSelfReference attribute (in C# code being translated) to fix this issue. Similarily, make sure to break loop references by using System::WeakPtr pointer class or System::SmartPtrMode::Weak pointer mode (in C++ code) or CppWeakPtr attribute (in C# code being translated). If two or more objects reference each other using 'shared' pointers, they will never be deleted. If pointer type (weak or shared) should be switched in runtime, use System::SmartPtr::set_Mode() method or System::DynamicWeakPtr class. SmartPtr class doesn't contain any virtual methods. You should only inherit it if you're creating a memory Management strategy of your own. This type is a pointer to manage other object's deletion. It should be allocated on stack and passed to functions either by value or by const reference.... Use it to manage memory for classes inheriting...you’re creating a memory management strategy of your own. This...

    reference.aspose.com/slides/cpp/system/smartptr/
  10. Convert OTT to ICS in Python | products.aspose.com

    Save OTT to ICS within Python applications without using Microsoft Word or Outlook...are predominantly opened and managed within dedicated calendar or...enabling efficient calendar management and seamless collaboration...

    products.aspose.com/total/python-net/conversion...