Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hsmcrypto
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mohammad Izzat Johari
hsmcrypto
Commits
5d50ca31
Commit
5d50ca31
authored
Mar 17, 2026
by
Mohammad Izzat Johari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
63f928de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
app/Helpers/PdfHelper.php
+1
-0
composer.json
+1
-1
No files found.
app/Helpers/Pdf
h
elper.php
→
app/Helpers/Pdf
H
elper.php
View file @
5d50ca31
...
@@ -7,6 +7,7 @@ if (!function_exists('convertPdfVersion')) {
...
@@ -7,6 +7,7 @@ if (!function_exists('convertPdfVersion')) {
/**
/**
* Identifies the correct Ghostscript binary based on OS.
* Identifies the correct Ghostscript binary based on OS.
*/
*/
function
getGsPath
()
function
getGsPath
()
{
{
$path
=
(
PHP_OS_FAMILY
===
'Windows'
)
?
'gswin64c'
:
'gs'
;
$path
=
(
PHP_OS_FAMILY
===
'Windows'
)
?
'gswin64c'
:
'gs'
;
...
...
composer.json
View file @
5d50ca31
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
"LaravelHsm
\\
HsmCrypto
\\
"
:
"src/"
"LaravelHsm
\\
HsmCrypto
\\
"
:
"src/"
},
},
"files"
:
[
"files"
:
[
"app/Helpers/Pdf
h
elper.php"
"app/Helpers/Pdf
H
elper.php"
]
]
},
},
"require"
:
{
"require"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment