Aspose.Pdf-Cloud 24.2.0

dotnet add package Aspose.Pdf-Cloud --version 24.2.0
NuGet\Install-Package Aspose.Pdf-Cloud -Version 24.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Pdf-Cloud" Version="24.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Pdf-Cloud --version 24.2.0
#r "nuget: Aspose.Pdf-Cloud, 24.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Pdf-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Pdf-Cloud&version=24.2.0

// Install Aspose.Pdf-Cloud as a Cake Tool
#tool nuget:?package=Aspose.Pdf-Cloud&version=24.2.0

alternate text is missing from this package README image Nuget Nuget GitHub license

.NET REST API to Process PDF in Cloud

Aspose.PDF Cloud is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.

Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to process documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights. This repository contains new generation SDKs for Aspose.PDF Cloud and examples.

These SDKs are now fully supported. If you have any questions, see any bugs or have enhancement request, feel free to reach out to us at Free Support Forums.

Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.

PDF Processing Features

  • Add PDF document's header & footer in text or image format.
  • Add tables & stamps (text or image) to PDF documents.
  • Append multiple PDF documents to an existing file.
  • Work with PDF attachments, annotations, & form fields.
  • Apply encryption or decryption to PDF documents & set a password.
  • Delete all stamps & tables from a page or entire PDF document.
  • Delete a specific stamp or table from the PDF document by its ID.
  • Replace single or multiple instances of text on a PDF page or from the entire document.
  • Extensive support for converting PDF documents to various other file formats.
  • Extract various elements of PDF files & make PDF documents optimized.

Read & Write PDF Formats

PDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF

Save PDF As

XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text

Read PDF Formats

MHT, PCL, PS, XSLFO, MD

Enhancements in Version 24.2

  • Memory leak when converting PDF to DOCX.
  • A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.

Unit Tests

Aspose PDF SDK includes a suite of unit tests. These Unit Tests also serves as examples of how to use the Aspose PDF SDK.

Licensing

All Aspose.Pdf for Cloud SDKs are licensed under MIT License.

Dependencies

The DLLs included in the package may not be the latest version. We recommend using [NuGet] (https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:

Install-Package RestSharp
Install-Package Newtonsoft.Json

Convert PDF to Epub in .NET

	// Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
	var config = new Configuration
	{
		ClientId = "MY_CLIENT_ID",
		ClientSecret = "MY_CLIENT_SECRET",
		ApiBaseUrl = baseUrl,
	};

	var pdfApi = new PdfApi(config);

	using (var file = File.OpenRead(Path.Combine(TestDataFolder, "sample.pdf")))
	{
		var response = pdfApi.UploadFile(Path.Combine(TempFolder, serverFileName), file);
	}
			
	var response = pdfApi.GetPdfInStorageToEpub("sample.pdf", folder: TempFolder);

NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742

SelfHost Aspose.PDF Cloud

Create Configuration object with SelfHost = true.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.2.0 114 2/20/2024
24.1.0 194 1/23/2024
23.12.0 173 12/19/2023
23.11.0 1,510 11/21/2023
23.10.0 477 10/23/2023
23.9.0 156 9/18/2023
23.8.0 186 8/22/2023
23.7.0 470 7/18/2023
23.6.0 158 6/27/2023
23.5.0 252 5/22/2023
23.4.0 457 4/24/2023
23.3.0 567 3/20/2023
23.2.0 303 2/21/2023
23.1.0 405 1/25/2023
22.12.0 347 12/22/2022
22.11.0 337 11/24/2022
22.10.0 583 10/25/2022
22.9.0 911 9/14/2022
22.8.0 1,293 8/19/2022
22.7.0 570 7/19/2022
22.5.0 2,243 5/24/2022
22.4.0 519 4/26/2022
22.3.0 503 3/18/2022
22.2.0 479 2/22/2022
22.1.0 453 1/27/2022
21.12.0 338 12/28/2021
21.11.0 401 11/30/2021
21.10.0 411 11/3/2021
21.9.1 460 10/4/2021
21.9.0 386 10/1/2021
20.12.0 8,833 12/16/2020
20.9.0 628 9/17/2020
20.8.0 537 8/28/2020
20.7.0 1,367 7/29/2020
20.6.1 764 6/24/2020
20.5.0 604 5/27/2020
20.4.0 626 4/14/2020
20.2.0 606 2/18/2020
20.1.0 726 1/29/2020
19.12.0 657 1/16/2020
19.11.1 662 12/6/2019
19.11.0 5,076 11/26/2019
19.10.0 654 11/7/2019
19.9.0 822 9/30/2019
19.8.0 621 9/5/2019
19.7.0 694 8/13/2019
19.6.0 995 7/12/2019
19.5.0 1,029 5/28/2019
19.4.0 675 5/8/2019
19.3.0 718 4/5/2019
19.2.0 745 3/6/2019
19.1.0 789 2/11/2019
18.11.0 852 12/13/2018
18.10.0 853 11/14/2018
18.9.0 939 10/9/2018
18.8.0 884 9/12/2018
18.7.0 1,040 8/4/2018
18.6.0 1,045 7/5/2018
18.5.0 1,003 6/13/2018
18.4.0 1,130 5/14/2018
18.3.2 1,046 4/25/2018
18.3.0 3,601 4/6/2018
18.2.0 1,004 2/28/2018
1.0.9 2,094 9/27/2017
1.0.8 1,000 9/27/2017
1.0.7 1,037 8/14/2017
1.0.6 1,490 1/6/2017
1.0.5 1,669 11/2/2016
1.0.4 1,109 10/20/2016
1.0.3 1,396 1/27/2016
1.0.2 1,653 1/18/2016

- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.