Sort Score
Result 10 results
Languages All
Labels All
Results 9,091 - 9,100 of 198,857 for

new

(0.07 sec)
  1. Crop PDF using Java | Aspose.PDF

    Crop PDF without losing quality in Java programmatically with C# sample code using Aspose.PDF for Java...create new Box Rectagle Save the updated document to the new path...file: Document pdfDocument = new Document ( "crop_page.pdf" );...

    products.aspose.com/pdf/java/crop/
  2. Chart.ToImage - the XAxis labels shown in Legen...

    Hello, We are trying to save chart to image, but the legend isn’t shown as expected. You can see the chart legend is “Test” in my uploaded excel file. I write the code to save it to image: using Aspose.Cells; var cu…...CurrentDirectory; var excel = new Workbook(currentDirectory + “\ChartStackedBar...CurrentDirectory; var excel = new Workbook(currentDirectory + "\\ChartStackedBar...

    forum.aspose.com/t/chart-toimage-the-xaxis-labe...
  3. Working with Resources in Aspose.Tasks for .NET...

    Learn how to manage and work with resources within your project files using Aspose.Tasks library for .NET development....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/writing-updated-resou...
  4. Document.Protect | Aspose.Words for .NET

    Secure your documents effortlessly with Document Protect. Prevent unauthorized changes while keeping your existing password intact or using a random one....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...unprotect a document. Document doc = new Document (); doc . Protect (...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Longtable exception - Free Support Forum - aspo...

    https://forum.aspose.com/t/longtable-exception/262127/4 Hi @kolod, only to know if the New release is available, thanks....the bug and will publish the new 23.4 release next week. It will...the bug and will publish the new 23.4 release next week. It will...

    forum.aspose.com/t/longtable-exception/262127
  6. View or Edit POTX Files Metadata using Java | p...

    Java source code to edit or view POTX format metadata....Properties - Java Presentation pres = new Presentation ( "Presentation...POTX - Java Presentation pres = new Presentation (); try { // Getting...

    products.aspose.com/slides/java/metadata/potx/
  7. Public API Changes in Aspose.Cells 8.7.1|Docume...

    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.... It includes not only new and updated public methods, added...workbook object Workbook workbook = new Workbook (); //Access first worksheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. 在VSTO和Aspose.Cells中设置工作表的背景图片|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....//Instantiate a new Workbook. Workbook workbook = new Workbook ();...byte array. byte [] imageData = new Byte [ fs . Length ]; //Obtain...

    docs.aspose.com/cells/zh/net/set-background-pic...
  9. TiffCompression | Aspose.Words for Java

    Specifies what type of compression to apply when saving page images into a TIFF file in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);... ImageSaveOptions options = new ImageSaveOptions(SaveFormat.TIFF);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Inserting images into PDF page with rotation - ...

    Hello, We want to insert multiple images or text into page with rotation (adding images to page without rotation is always correct). First attempt to add image to page with rotation is also correct. Every further effor…...code: using (var document = new Aspose.Pdf.Document(fileName))...(var image = new MemoryStream()) { var bitmap = new Bitmap(32,...

    forum.aspose.com/t/inserting-images-into-pdf-pa...