Foxit Developers Forum - Latest posts https://developerforums.foxit.com Latest posts How to convert to image? how to upload pdf to convert to image via curl? i need convert pdf to base64 string?

foxit api example:

curl --location 'https://na1.fusion.foxit.com/pdf-services/api/documents/convert/pdf-to-image' \
--header 'Content-Type: application/json' \
--data '{
  "documentId": "doc_abc123",
  "pageRange": "1-5",
  "config": {
    "dpi": 96
  }
}'
]]>
https://developerforums.foxit.com/t/how-to-convert-to-image/34#post_1 Tue, 23 Dec 2025 14:54:09 +0000 developerforums.foxit.com-post-40
Some Recent Blog posts I’ll be using the Announcements categories to highlight new posts on our developer blog (Developer Blog - Foxit), but I thought I’d highlight the posts released over the past few weeks:

Introducing PDF APIs from Foxit - Foxit - A good introduction to the APIs

Generate Dynamic PDFs from JSON using Foxit APIs - Foxit - an introduction to Document Generation

How to Extract Text from PDFs using Foxit's REST APIs - Foxit - a look at Extract, part of PDF Services

How to Chain PDF Actions with Foxit - Foxit - a demo of how to ‘chain’ API calls together for more efficient workflows

Embed Secure eSignatures into Your App with Foxit API - Foxit - a look at the developer APIs available for eSign

Convert Office Docs to PDFs Automatically with Foxit PDF Services API - Foxit - a workflow example showing Pipedream support for document conversion with our APIs

Create Custom Invoices with Word Templates and Foxit Document Generation - Foxit - a Document Generation demo showing invoice creation

]]>
https://developerforums.foxit.com/t/some-recent-blog-posts/32#post_1 Thu, 14 Aug 2025 18:16:07 +0000 developerforums.foxit.com-post-38
N8n Templates for workflow developers I’ve created a few templates showing off our APIs over on n8n, a lowcode/nocode workflow platform (https://n8n.io). They are:

]]>
https://developerforums.foxit.com/t/n8n-templates-for-workflow-developers/31#post_1 Thu, 14 Aug 2025 18:07:18 +0000 developerforums.foxit.com-post-37
About the Community Showcase category Use this to share your implementations, or blog posts and videos about them!

]]>
https://developerforums.foxit.com/t/about-the-community-showcase-category/30#post_1 Thu, 14 Aug 2025 17:34:07 +0000 developerforums.foxit.com-post-35
About the Feature Requests & Roadmap category This category is your place to make suggestions about new APIs and functionality. We’ll also use it to let you know of upcoming changes.

]]>
https://developerforums.foxit.com/t/about-the-feature-requests-roadmap-category/28#post_1 Thu, 14 Aug 2025 17:11:48 +0000 developerforums.foxit.com-post-31
About the Troubleshooting category Need help figuring out how an API works? Can’t get a response to be saved right? Ask your questions here!

Be sure to provide information that covers your platform, what you tried, and what error messages you may have gotten.

]]>
https://developerforums.foxit.com/t/about-the-troubleshooting-category/27#post_1 Thu, 14 Aug 2025 17:09:44 +0000 developerforums.foxit.com-post-30
About the Getting Started category This part of our forum is for our developers who are new to the platform and have basic questions about how things operate and how to begin development.

]]>
https://developerforums.foxit.com/t/about-the-getting-started-category/26#post_1 Thu, 14 Aug 2025 17:08:21 +0000 developerforums.foxit.com-post-29
SDKs - Soft Launch? Trial? Just check it out! Last week I released two SDKs for our PDF Services, one for Node.js and one for Python. These are initial versions that don’t cover the full range of APIs, but are enough for folks to test them out and see if they’re useful. As an example, here’s a Python call to convert Word to PDF:

import pdf_service_sdk
import os 

CLIENT_ID = os.getenv("CLIENT_ID")
CLIENT_SECRET = os.getenv("CLIENT_SECRET")

sdk = pdf_service_sdk.PDFServiceSDK( client_id=CLIENT_ID,
                                     client_secret=CLIENT_SECRET)

sdk.word_to_pdf(input_path="../../inputfiles/input.docx",output_path="../../output/output_from_sdk.pdf")
print("Conversion completed successfully. Check the output file at ../../output/output_from_sdk.pdf")

I’ve put these up here, developerapidemos/sdktesting at main · foxitsoftware/developerapidemos · GitHub, with the plan to eventually publish them to npm, the appropriate place for Python, etc.

]]>
https://developerforums.foxit.com/t/sdks-soft-launch-trial-just-check-it-out/24#post_1 Mon, 14 Jul 2025 13:49:25 +0000 developerforums.foxit.com-post-26
Sample API Code (Python, Node.js) I’ve created a repository of sample code for our APIs. My goal here is for yall to have sample files you can take and tweak. They aren’t complete solutions per se, but simple scripts that show an API in action. To be honest, there isn’t a lot of documentation here, typically the file name just tells you what it’s doing, but these samples are how I did my testing.

Samples are mostly for Python, with some Node samples as well.

Repo: GitHub - foxitsoftware/developerapidemos: A repo for various demos related to our APIs (PDF Services, Document Generation, Embed, and eSign)

]]>
https://developerforums.foxit.com/t/sample-api-code-python-node-js/21#post_1 Mon, 30 Jun 2025 14:34:07 +0000 developerforums.foxit.com-post-22
Hello World - Welcome Developers! My name is Raymond Camden, and I’m an API Evangelist for Foxit. I’d like to personally welcome you to our new APIs. I’ll be launching some sample code shortly, and am currently creating a lot of content to help yall make the best use of our APIs. Please reach out to me with any questions, comments, concerns, etc. I’m here to help. You can also email me directly at: [email protected].

]]>
https://developerforums.foxit.com/t/hello-world-welcome-developers/20#post_1 Mon, 30 Jun 2025 13:27:06 +0000 developerforums.foxit.com-post-21
Welcome to Foxit Developers Forum! :wave: We are so glad you joined us.

Foxit Developers Forum

A place for Foxit API and SDK users to get support.

Here are some things you can do to get started:

:speaking_head: Introduce yourself by adding your picture and information about yourself and your interests to your profile. What is one thing you’d like to be asked about?

:open_book: Get to know the community by browsing discussions that are already happening here. When you find a post interesting, informative, or entertaining, use the :heart: to show your appreciation or support!

:handshake: Contribute by commenting, sharing your own perspective, asking questions, or offering feedback in the discussion. Before replying or starting new topics, please review the Community Guidelines.

If you need help or have a suggestion, feel free to contact the admins.

]]>
https://developerforums.foxit.com/t/welcome-to-foxit-developers-forum/5#post_1 Wed, 04 Jun 2025 14:49:57 +0000 developerforums.foxit.com-post-6