PDFCLOUD-2261 Add VB.NET samples#108
Merged
datalogics-tsmith merged 11 commits intoSep 5, 2025
Merged
Conversation
f93dffa to
cc80cfe
Compare
- Local ignores for Perl
- Define project structure, coding conventions, and testing process. - Include setup, development, and sample execution instructions. - Provide commit and PR guidelines, as well as security best practices.
- Added JSON and Multipart payload examples for generating Markdown and rasterized PDFs. - Introduced a "Complex Flow" Perl script showcasing file conversion and merging. - Included `.env.example` for API key configuration and optional EU endpoint setup. - Updated `README.md` with instructions for setup, dependencies, and running samples. - Added `cpanfile` for dependency management and setup script for macOS.
- Updated all Perl examples to include consistent headers explaining functionality, setup, usage, and output. - Simplified and clarified setup instructions for API key and optional EU endpoint configuration. - Improved usage guidance with tips for handling output and non-2xx responses.
- Added URL for GDPR compliance details across Perl examples, `AGENTS.md`, and `.env.example`.
- Replaced custom `.env` file parsing logic with `Dotenv` library across all Perl examples. - Updated `cpanfile` to include `Dotenv` as a dependency. - Adjusted related documentation in `AGENTS.md` to reflect the usage of `Dotenv`.
- Define project structure, coding conventions, and testing process. - Include setup, development, and sample execution instructions. - Provide commit and PR guidelines, along with security best practices. - Specify tone and audience for customer-facing samples, with a standardized header template for examples.
- Implement JSON and Multipart payload examples for Markdown and rasterized PDF generation. - Add a "Complex Flow" script to demonstrate merging PDFs and non-PDFs into a single PDF. - Introduce `.env.example` for API key configuration and optional EU endpoint setup. - Create a `Program.vb` dispatcher to route commands to corresponding samples. - Write detailed README with setup instructions, usage examples, and project structure. - Ensure consistent headers and comments across all samples. - Include GDPR API call information and usage tips.
- Removed `--project VBNetSamples.vbproj` argument for all `dotnet` commands across documentation and sample scripts. - Updated all usage examples in `README.md`, `AGENTS.md`, and VB.NET examples for consistency. - Refined build and run instructions to align with cleaner syntax. - Improved tip section formatting for piping output to files.
cc80cfe to
8960346
Compare
datalogics-tsmith
approved these changes
Sep 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please review/merge #107 first