Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
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, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF
XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
MHT, PCL, PS, XSLFO, MD
To build the Ruby code into a gem:
gem build aspose_pdf_cloud.gemspec
Then either install the gem locally:
gem install ./aspose_pdf_cloud-24.10.0.gem
(for development, run gem install --dev ./aspose_pdf_cloud-24.10.0.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'aspose_pdf_cloud', '~> 24.10.0'
The Ruby gem is hosted at a git repository: https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-ruby . Add the following in the Gemfile:
gem 'aspose_pdf_cloud', :git => 'https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-ruby.git'
# Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
@pdf_api = PdfApi.new('MY_CLIENT_ID', 'MY_CLIENT_SECRET')
file_name = 'PdfWithAnnotations.pdf'
page_number = 2
opts = {
:folder => 'tempFolder'
}
response = @pdf_api.get_page_annotations(file_name, page_number, opts)
Create PdfApi object without app_key and app_sid parameters, but with host parameter set to url of SelfHost Aspose.PDF Cloud and self_host parameter set to true:
@pdf_api = PdfApi.new('', '', 'MY_SELFHOST_URL', true)
Aspose PDF SDK includes a suite of unit tests within the "test" subdirectory. These Unit Tests also serves as examples of how to use the Aspose PDF SDK.
All Aspose.PDF Cloud SDKs are licensed under MIT License.
FAQs
Unknown package
We found that aspose_pdf_cloud demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.